Re: Jumping into real from protected mode
Posted: Wed Apr 17, 2013 12:19 pm
I copied my working tables and changed granularity+D/B bytes.. Still same exception.... I give it up... For last time, can anybody see something wrong here?:
Code: Select all
; real code: ; code descriptor
dw 0FFFFh ; limit low
dw 0 ; base low
db 0 ; base middle
db 10011010b ; access
db 00001111b ; granularity
db 0 ; base high
; real data: ; data descriptor
dw 0FFFFh ; limit low (Same as code)
dw 0 ; base low
db 0 ; base middle
db 10010010b ; access
db 00001111b ; granularity
db 0 ; base high