Move post-boot kernel stack pointer to 0x4000.

This commit is contained in:
Andreas Kling 2018-10-21 21:51:12 +02:00
parent 46ff281695
commit 2f99ff801e

View file

@ -87,7 +87,7 @@ pmode:
mov gs, ax
mov ss, ax
mov esp, 0x2000
mov esp, 0x4000
xor eax, eax
xor ebx, ebx