mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 11:57:35 +00:00
Move post-boot kernel stack pointer to 0x4000.
This commit is contained in:
parent
46ff281695
commit
2f99ff801e
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ pmode:
|
||||||
mov gs, ax
|
mov gs, ax
|
||||||
|
|
||||||
mov ss, ax
|
mov ss, ax
|
||||||
mov esp, 0x2000
|
mov esp, 0x4000
|
||||||
|
|
||||||
xor eax, eax
|
xor eax, eax
|
||||||
xor ebx, ebx
|
xor ebx, ebx
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue