mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-22 20:45:14 +00:00
Move post-boot kernel stack pointer to 0x4000.
This commit is contained in:
parent
46ff281695
commit
2f99ff801e
Notes:
sideshowbarker
2024-07-19 18:46:07 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/2f99ff801ea
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ pmode:
|
|||
mov gs, ax
|
||||
|
||||
mov ss, ax
|
||||
mov esp, 0x2000
|
||||
mov esp, 0x4000
|
||||
|
||||
xor eax, eax
|
||||
xor ebx, ebx
|
||||
|
|
Loading…
Add table
Reference in a new issue