summaryrefslogtreecommitdiff
path: root/Kernel/Boot/boot.asm
diff options
context:
space:
mode:
authorAndreas Kling <awesomekling@gmail.com>2018-10-21 21:51:12 +0200
committerAndreas Kling <awesomekling@gmail.com>2018-10-21 21:51:12 +0200
commit2f99ff801ea4515452589784ede1bde17eb5128a (patch)
tree273aef03eb891e5b1e984fb4b6b280c35bc08a11 /Kernel/Boot/boot.asm
parent46ff281695fc6daa1897de4f4693c7407abaced0 (diff)
downloadserenity-2f99ff801ea4515452589784ede1bde17eb5128a.zip
Move post-boot kernel stack pointer to 0x4000.
Diffstat (limited to 'Kernel/Boot/boot.asm')
-rwxr-xr-xKernel/Boot/boot.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Boot/boot.asm b/Kernel/Boot/boot.asm
index 6d0bf6e9e6..df4d48990a 100755
--- a/Kernel/Boot/boot.asm
+++ b/Kernel/Boot/boot.asm
@@ -87,7 +87,7 @@ pmode:
mov gs, ax
mov ss, ax
- mov esp, 0x2000
+ mov esp, 0x4000
xor eax, eax
xor ebx, ebx