search for: btx_hdr

Displaying 1 result from an estimated 1 matches for "btx_hdr".

Did you mean: bin_hdr
2006 May 26
3
FreeBSD boot loader on VT-x based Xen system
...# User data selector pushl %ecx # Set SS pushl %eax # Set ESP push $0x202 # Set flags (IF set) push $SEL_UCODE # Set CS pushl btx_hdr+0xc # Set EIP The error occurs with the last instruction shown above: pushl btx_hdr +0xc. Here''s a disassembly of those instructions: 0000907f (02) 31c9 XOR ECX, ECX 00009081 (02) b1 10 MOV CL, 0x10 00009083 (02) 8ed1...