freebsd-dev/sys/boot/i386/boot2
John Baldwin c22616ec0b - Initialize the vm86 structure to a known-good state. Specifically, always
set the %eflags used during a BIOS call via BTX to 0x202.  Previously
  the flags field was uninitialized garbage, and thus it was "random" if
  interrupts were enabled or not during BIOS calls.
- Use constants from <machine/psl.h> for fields in %eflags.

MFC after:	3 days
2008-08-08 19:41:20 +00:00
..
boot1.S Minor whitespace tweak. 2006-04-11 20:09:42 +00:00
boot2.c - Initialize the vm86 structure to a known-good state. Specifically, always 2008-08-08 19:41:20 +00:00
lib.h Add the ability to specify the boot2 serial console speed in 2005-08-18 00:42:45 +00:00
Makefile Tweak inlining parameters a little. Add warning to tell us if function 2007-05-19 05:07:47 +00:00
sio.S Add the ability to specify the boot2 serial console speed in 2005-08-18 00:42:45 +00:00