diff options
Diffstat (limited to 'boot/pm.asm')
| -rw-r--r-- | boot/pm.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/pm.asm b/boot/pm.asm index 2d3d343..e6f3474 100644 --- a/boot/pm.asm +++ b/boot/pm.asm @@ -30,7 +30,7 @@ init_pm: mov fs, ax mov gs, ax - mov ebp, 0x90000 + mov ebp, 0x07bff mov esp, ebp call boot_32_pm ;continue booting in 32-bit protected mode |
