index
:
gh_mirror/jhunkeler/kernel-fun.git
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boot.asm
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'boot.asm')
-rw-r--r--
boot.asm
3
1 files changed, 1 insertions, 2 deletions
diff --git a/boot.asm b/boot.asm
index 66009e8..419f8c8 100644
--- a/
boot.asm
+++ b/
boot.asm
@@ -36,6 +36,5 @@ section .data
section .bss
align 4
stack_bottom:
- resb 8192
+ resb 16384
stack_top:
-EOK: