Deleted Added
full compact
28c28
< __FBSDID("$FreeBSD: head/sys/boot/pc98/loader/main.c 172924 2007-10-24 11:54:04Z nyan $");
---
> __FBSDID("$FreeBSD: head/sys/boot/pc98/loader/main.c 181436 2008-08-08 19:41:20Z jhb $");
37a38
> #include <machine/psl.h>
88a90,93
> /* Initialize the v86 register set to a known-good state. */
> bzero(&v86, sizeof(v86));
> v86.efl = PSL_RESERVED_DEFAULT | PSL_I;
>