aboutsummaryrefslogtreecommitdiff
path: root/boot/head.S
diff options
context:
space:
mode:
Diffstat (limited to 'boot/head.S')
-rw-r--r--boot/head.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/head.S b/boot/head.S
index 8e607e0..896cdb3 100644
--- a/boot/head.S
+++ b/boot/head.S
@@ -24,7 +24,7 @@ multiboot_header:
.section .stack
stack_bottom: # Stack grows up in addresses, so bottom is
# lower in memory than the top
- .skip 32768 # 32KB stack
+ .skip 65536 # 32KB stack
stack_top:
.section .text