aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/boot/boot32.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/boot32.s b/src/boot/boot32.s
index 5650422..0c36819 100644
--- a/src/boot/boot32.s
+++ b/src/boot/boot32.s
@@ -6,7 +6,7 @@
/* Entry point. It puts the machine into a consistent state and starts long mode. */
_start:
- mov $0x80000, %esp // Setup the stack.
+ mov $stack_top, %esp // Setup the stack.
call boot_check_multiboot
call boot_check_cpuid