summaryrefslogtreecommitdiff
path: root/boot/pm.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-03 14:04:12 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-03 14:04:12 +0200
commita6efba7a22b85c0556c8c262f3bbcaf7bda7ddfa (patch)
treee060237fe895995ad1fd6eee0f7f3b19beed8088 /boot/pm.asm
parent0ce7674a27043cfdf4115d09d65493ac8af13563 (diff)
Moved kernel to 0x10000 !
Diffstat (limited to 'boot/pm.asm')
-rw-r--r--boot/pm.asm2
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