From 2bb9a37887d38fd696db1e43cfc66c41e14e93b1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 2 Feb 2022 09:56:40 -0700 Subject: [PATCH] Push more thunk interrupts --- x86/stage2.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x86/stage2.asm b/x86/stage2.asm index b776b2436c..058826d1c7 100644 --- a/x86/stage2.asm +++ b/x86/stage2.asm @@ -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