freebsd-dev/sys/boot/i386/mbr
Yaroslav Tykhiy a30e1135b4 Don't be too smart, just try packet mode of INT13 first.
This way of operation is more robust than the "AI" used
before.

Add flags to mbr accessible from make.conf as BOOT_MBR_FLAGS.
Only one flag is defined now, "allow using packet mode", which
is 0x80 in accord with the rest of i386 boot code.  The "packet"
flag is on by default.

PR:             i386/70241
Submitted by:   Valentin Nechayev <netch <@> netch.kiev.ua> (inital version)
Discussed with: jhb (by Valentin Nechayev)
Tested on:      bochs (with EDD turned on or off by patching the BIOS), PCs
2004-08-28 08:39:35 +00:00
..
Makefile Don't be too smart, just try packet mode of INT13 first. 2004-08-28 08:39:35 +00:00
mbr.s Don't be too smart, just try packet mode of INT13 first. 2004-08-28 08:39:35 +00:00