diff options
author | Xander <xander@icth.xyz> | 2023-07-07 16:07:49 +0200 |
---|---|---|
committer | Xander <xander@icth.xyz> | 2023-07-07 16:07:49 +0200 |
commit | b14f83f53dfb1f4bf1b5eeb8162891a9aeeaff1c (patch) | |
tree | 402bfe2a7702e29be97ea479aadacdcdcbf6635f /arch/x86_64/boot | |
parent | cd8a202caac232c7a5b05ad11eb5059d9ad3f002 (diff) | |
download | ats-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.asm | 2 |
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 |