From owner-cvs-all Sun Jan 10 05:30:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA20679 for cvs-all-outgoing; Sun, 10 Jan 1999 05:30:01 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA20644; Sun, 10 Jan 1999 05:29:59 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id FAA18484; Sun, 10 Jan 1999 05:29:55 -0800 (PST) Date: Sun, 10 Jan 1999 05:29:55 -0800 (PST) Message-Id: <199901101329.FAA18484@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/boot2 boot1.s boot2.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1999/01/10 05:29:55 PST Modified files: sys/boot/i386/boot2 boot1.s boot2.c Log: Damn, I thought I had committed this already, but it seems not. Move the relocated boot1 and arg transfer space from 0x600/0x800 to 0x700/0x900. In theory this should make no difference, apart from the fact that Buslogic controllers happen to use a few bytes at 0x600 for some sort of scratch space for it's int 0x13 hook (!!!), causing the machine to crash badly when the boot2 code makes it's callbacks into boot1 for disk IO. Submitted by: Robert Nordier Revision Changes Path 1.7 +3 -3 src/sys/boot/i386/boot2/boot1.s 1.17 +3 -3 src/sys/boot/i386/boot2/boot2.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message