Fixed & Improved Makefile, Made V86 GPF handler not directly dereference
a null pointer - due to optimization breaking.
This commit is contained in:
@@ -93,6 +93,9 @@ ret
|
||||
|
||||
extern tss_data
|
||||
|
||||
global ivt
|
||||
ivt: dd 0x00000000
|
||||
|
||||
gdt_desc:
|
||||
dw gdt_end - gdt
|
||||
dd gdt
|
||||
|
Reference in New Issue
Block a user