Revert accidentally committed initial real mode %sp change of r205347.

Note I am keeping %ds change because X.org int10 handler does it and
it seems reasonable.
This commit is contained in:
jkim 2010-03-25 17:14:47 +00:00
parent 7725810bd9
commit 3ce45e9870

View File

@ -68,7 +68,6 @@ __FBSDID("$FreeBSD$");
#define X86BIOS_R_DS _pad1
#define X86BIOS_R_SS _pad2
#define X86BIOS_R_SP _pad3.I16_reg.x_reg
static struct x86emu x86bios_emu;
@ -354,7 +353,6 @@ x86bios_init_regs(struct x86regs *regs)
bzero(regs, sizeof(*regs));
regs->X86BIOS_R_DS = 0x40;
regs->X86BIOS_R_SS = x86bios_seg_phys >> 4;
regs->X86BIOS_R_SP = 0xfffe;
}
void