NetBSD/sys/arch/i386/stand/bootxx
lukem 455da8e60b Move mbr_bootsel from offset 404 to offset 400 in struct mbr_sector to
leave 4 bytes for the Windows NT Drive Serial Number (DSN) at 440-443
(as mbr_sector.mbr_dsn).

Ensure that all the MBR & PBR code reserves space for mbr_sector.mbr_dsn.

Leave the bootsel magic number at 444-445 as mbr_sector.mbr_bootsel_magic
(instead of mbr_sector.mbr_bootsel.mbrbs_magic), but use 0xb5e1 (MBR_BS_MAGIC)
instead of 0xaa55 (MBR_MAGIC) to indicate that this change has occurred.

Rework MBR_BS_NEWMBR to mean "mbr_bootsel has moved to 400".

Modify fdisk(8) to automatically relocate the mbr_bootsel from 404 to 400
if mbr_bootsel_magic is the old value (0xaa55), and unset MBR_BS_NEWMBR
to flag that new mbr_bootsel code must be used if updating the MBR.


These changes fixes a problem where Windows 2000 or Windows XP would corrupt
the last 3 bytes + NUL of MBR partition 3's bootsel name if the bootsel name
was 5 characters long, replacing bytes 6-9 with the DSN.
Also, by explicitly reserving the space for the DSN we prevent problems in the
future if non bootsel MBR or PBR code had other information at bytes 440-443.
2004-03-22 07:11:00 +00:00
..
bootxx_ffsv1
bootxx_ffsv2
bootxx_lfsv1
bootxx_lfsv2
bootxx_msdos Instead of defining TERSE_ERROR by default (due to space constraints), 2003-10-13 06:15:00 +00:00
bootxx_ustarfs
boot1.c Look for /boot in the 'a' partition (from the label in the mbr partition) 2004-02-28 22:32:23 +00:00
bootxx.S Report errno value from boot1() - even though the standalone FS code 2004-02-28 23:01:55 +00:00
label.S Look for /boot in the 'a' partition (from the label in the mbr partition) 2004-02-28 22:32:23 +00:00
Makefile Add .WAIT after first subdirectory to ensure we don't build the libraries 2003-11-20 16:16:41 +00:00
Makefile.bootxx If a bootxx program already happened to be a multiple of 512 bytes in 2003-10-15 03:49:57 +00:00
pbr.S Move mbr_bootsel from offset 404 to offset 400 in struct mbr_sector to 2004-03-22 07:11:00 +00:00