summaryrefslogtreecommitdiff
path: root/boot/kernel_entry.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-10-24 13:59:06 +0200
committerMichal Idziorek <m.i@gmx.at>2014-10-24 13:59:06 +0200
commit55b3af4989e7908472d1dbfb3fe1bdd6e43262e1 (patch)
tree98bc925761d5b75380b0f5e0d87f286d964d720f /boot/kernel_entry.asm
parent831df8bcb2717442a41464533bacf0a58a4af0ce (diff)
moved kernel and ramimage to 0x100000 successfully
chs is broken however and only the first chunk seems to get loaded properly :(
Diffstat (limited to 'boot/kernel_entry.asm')
-rw-r--r--boot/kernel_entry.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/kernel_entry.asm b/boot/kernel_entry.asm
index 3b1fb26..53f63ad 100644
--- a/boot/kernel_entry.asm
+++ b/boot/kernel_entry.asm
@@ -9,7 +9,6 @@
[bits 32]
[extern kernel_main]
-
push 0x1
cmp eax,1