GPT handler detects V86 mode; Interrupt printing fixes

This commit is contained in:
Lucia Ceionia
2022-09-16 17:07:27 -05:00
parent 192d4f04ed
commit 8bfcd4fd19
5 changed files with 53 additions and 45 deletions

View File

@@ -68,7 +68,7 @@ inc al
cmp eax, 200
jl .loop
xor ebx, ebx
div bl
div bl ; Unhandled DIV0 exception
global jmp_usermode_test
jmp_usermode_test: