freebsd-dev/sys/boot/i386/boot2
Bruce Evans 4d450ff944 Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the old
value as reserved for internal use in boot blocks, because RB_PAUSE
broke binary compatibility by usurping the RB_DUAL flag.  Probably no
one except me has boot blocks for which this matters, since most boot
blocks based on biosboot including pc98's boot2 can't boot elf kernels,
and /boot/loader doesn't properly pass flags set by the previous stage.

reboot.h:
Also mark the historical RB_PROBEKBD flag (0x80000) as reserved for
internal use in boot blocks.

boot2.c:
Added comments to inhibit usurping of other flags.

Approved by:	guido, imp
MFC after: 	1 week
2003-11-15 10:04:06 +00:00
..
boot1.s Many newer CF do not handle having the entire track read from them at 2003-08-22 01:59:28 +00:00
boot1.S Many newer CF do not handle having the entire track read from them at 2003-08-22 01:59:28 +00:00
boot2.c Changed the RB_PAUSE flag from 0x40000 to 0x100000 and marked the old 2003-11-15 10:04:06 +00:00
lib.h
Makefile Build on amd64. Yes, I know this isn't particularly nice. 2003-06-26 03:51:57 +00:00
sio.s
sio.S