mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Increase stack size to 4096*2
This commit is contained in:
@@ -156,7 +156,7 @@ p3_table:
|
||||
p2_table:
|
||||
resb 4096
|
||||
stack_bottom:
|
||||
resb 4096
|
||||
resb 4096 * 2
|
||||
stack_top:
|
||||
|
||||
section .rodata
|
||||
|
||||
Reference in New Issue
Block a user