mov eax, 0x1
mov cr0, eax ; ... and enter pmode!
mov al, 0x03 ; Say we got here.
out 0x80, al
mov eax, 0x1
mov cr0, eax ; ... and enter pmode!
mov al, 0x03 ; Say we got here.
out 0x80, al
align 0x4
gdt:
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
align 0x4
gdt:
db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00