aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/boot
diff options
context:
space:
mode:
authorXander <xander@icth.xyz>2023-07-07 16:07:49 +0200
committerXander <xander@icth.xyz>2023-07-07 16:07:49 +0200
commitb14f83f53dfb1f4bf1b5eeb8162891a9aeeaff1c (patch)
tree402bfe2a7702e29be97ea479aadacdcdcbf6635f /arch/x86_64/boot
parentcd8a202caac232c7a5b05ad11eb5059d9ad3f002 (diff)
downloadats-os-b14f83f53dfb1f4bf1b5eeb8162891a9aeeaff1c.tar.xz
ats-os-b14f83f53dfb1f4bf1b5eeb8162891a9aeeaff1c.zip
Default interrupts
Diffstat (limited to 'arch/x86_64/boot')
-rw-r--r--arch/x86_64/boot/boot.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/boot/boot.asm b/arch/x86_64/boot/boot.asm
index 2e334a8..1abda41 100644
--- a/arch/x86_64/boot/boot.asm
+++ b/arch/x86_64/boot/boot.asm
@@ -150,7 +150,7 @@ p3_table:
p2_table:
resb 4096
stack_bottom:
- resb 64
+ resb 4096
stack_top:
section .rodata