Skip to content
Snippets Groups Projects
Verified Commit 2bb9a378 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Push more thunk interrupts

parent b1cdecc0
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,10 @@ protected_mode:
mov esp, 0x800000 - 128
; entry point
mov eax, thunk.int16
push eax
mov eax, thunk.int15
push eax
mov eax, thunk.int13
push eax
mov eax, thunk.int10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment