Browse Source

boot.asm: Expand the stack to be four pages long

master
3moon 8 years ago
parent
commit
323e72bcd7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/arch/x86_64/boot.asm

+ 1
- 1
src/arch/x86_64/boot.asm View File

@ -156,7 +156,7 @@ p2_table:
p1_table:
resb 4096
stack_bottom:
resb 64
resb 4096 * 4
stack_top:
section .rodata


Loading…
Cancel
Save