summaryrefslogtreecommitdiff
path: root/boot/mbr.asm
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2014-09-01 13:26:52 +0200
committerMichal Idziorek <m.i@gmx.at>2014-09-01 13:26:52 +0200
commit347ee926fd09d7fb45025f2c4e4a4eeab83459c9 (patch)
tree8d082bcaebe7579fe4fa73dd6eead7c00bb051fd /boot/mbr.asm
parenta9682cac5f14f8d04c87d206cf1d8367e77a61e1 (diff)
Added kernel_entry for APs
Diffstat (limited to 'boot/mbr.asm')
-rw-r--r--boot/mbr.asm2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/mbr.asm b/boot/mbr.asm
index c565f33..4ece914 100644
--- a/boot/mbr.asm
+++ b/boot/mbr.asm
@@ -149,6 +149,8 @@ boot_32_pm:
mov al, 0xdd ; command 0xdd: enable a20
; ;mov al, 0xdf ; command 0xdf: disable a20
out 0x64, al ; send command to controller
+
+ mov eax,0
;
call KERNEL_OFFSET ;jump into our Kernel!
;