mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-18 07:17:49 +00:00
Fix stack size in posts (it was increased to 16kB)
This commit is contained in:
@@ -1022,7 +1022,7 @@ p3_table:
|
||||
p2_table:
|
||||
resb 4096
|
||||
stack_bottom:
|
||||
resb 4096 * 2
|
||||
resb 4096 * 4
|
||||
stack_top:
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user