This website works better with JavaScript.
Home
Explore
Help
Sign In
er1n
/
sparkle
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
boot.asm: Expand the stack to be four pages long
master
3moon
8 years ago
parent
ec431fd9e2
commit
323e72bcd7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
409
6
*
4
stack_top:
section
.rodata
Write
Preview
Loading…
Cancel
Save