aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86_64/arch/boot/entry64.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/arch/boot/entry64.s b/arch/x86_64/arch/boot/entry64.s
index 29fb778d..d08276c0 100644
--- a/arch/x86_64/arch/boot/entry64.s
+++ b/arch/x86_64/arch/boot/entry64.s
@@ -2,7 +2,7 @@
.align 16
.global stack_top
-stack_bottom: .skip 1 << 20
+stack_bottom: .skip 1 << 13
stack_top:
stack_size = stack_top - stack_bottom