diff --git a/src/arch/x86_64/boot.asm b/src/arch/x86_64/boot.asm index b4ff26f1..0fcffc79 100644 --- a/src/arch/x86_64/boot.asm +++ b/src/arch/x86_64/boot.asm @@ -189,7 +189,7 @@ p3_table: p2_table: resb 4096 stack_bottom: - resb 4096 * 2 + resb 4096 * 4 stack_top: section .rodata