1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:57:35 +00:00

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