Searched hist:181436 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/sys/boot/pc98/loader/
H A Dmain.cdiff 181436 Fri Aug 08 17:56:27 MDT 2008 jhb - 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
/freebsd-10-stable/sys/boot/i386/gptboot/
H A Dgptboot.cdiff 181436 Fri Aug 08 17:56:27 MDT 2008 jhb - 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

Completed in 139 milliseconds