3rd exception error
Posted: Tue Jan 28, 2003 5:26 pm
I have a .asm file to pass to pmode, and a kernel in Free Pascal.
When I execute the file generate for the .asm in bochs works fine.
But when I execute the file generate by .asm and the pascal kernel, the program generate a 3er exception. and the bochsout.txt indicate something like that:
jump_protected: gate type 0 unsupported
>>panic<< exception(): 3rd exception with no resolution
CS.d_b = 16 bit
SS.d_B = 16 bit
EAX=60000011
EBX=00000000
ECX=00000001
EDX=00000000
ESP=0000fffe
EBP=00000000
ESI=00000000
EDI=0000ffe4
Any Idea.
Prueba.asm is the program to pass to pmode and call pascal_main
[attachment deleted by admin]
When I execute the file generate for the .asm in bochs works fine.
But when I execute the file generate by .asm and the pascal kernel, the program generate a 3er exception. and the bochsout.txt indicate something like that:
jump_protected: gate type 0 unsupported
>>panic<< exception(): 3rd exception with no resolution
CS.d_b = 16 bit
SS.d_B = 16 bit
EAX=60000011
EBX=00000000
ECX=00000001
EDX=00000000
ESP=0000fffe
EBP=00000000
ESI=00000000
EDI=0000ffe4
Any Idea.
Prueba.asm is the program to pass to pmode and call pascal_main
[attachment deleted by admin]