Subject: CVS commit: src/sys/arch/i386/stand/bootxx
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/05/2003 13:41:52
Module Name: src
Committed By: dsl
Date: Tue Aug 5 13:41:52 UTC 2003
Modified Files:
src/sys/arch/i386/stand/bootxx: pbr.S
Log Message:
Some bios manage to load the mbr code to 7c0:0 (instead of 0:7c00) especially
when loading from CDROM. Change so we don't care what %cs is.
Adjust code layout so that anyone who feels so inclinded can use this for
the mbr code. Note that mbr slot 0 overlays a data area that must be zero
when this is read from the pbr.
To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/arch/i386/stand/bootxx/pbr.S
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.