mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Merge pull request #296 from gil0mendes/expand-stack
Expand stack to 16k
This commit is contained in:
committed by
Philipp Oppermann
parent
e20a48712b
commit
0cb9be7c08
@@ -189,7 +189,7 @@ p3_table:
|
|||||||
p2_table:
|
p2_table:
|
||||||
resb 4096
|
resb 4096
|
||||||
stack_bottom:
|
stack_bottom:
|
||||||
resb 4096 * 2
|
resb 4096 * 4
|
||||||
stack_top:
|
stack_top:
|
||||||
|
|
||||||
section .rodata
|
section .rodata
|
||||||
|
|||||||
Reference in New Issue
Block a user