diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-03 14:04:12 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-03 14:04:12 +0200 |
| commit | a6efba7a22b85c0556c8c262f3bbcaf7bda7ddfa (patch) | |
| tree | e060237fe895995ad1fd6eee0f7f3b19beed8088 /boot/pm.asm | |
| parent | 0ce7674a27043cfdf4115d09d65493ac8af13563 (diff) | |
Moved kernel to 0x10000 !
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 |
