diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-09-01 13:26:52 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-09-01 13:26:52 +0200 |
| commit | 347ee926fd09d7fb45025f2c4e4a4eeab83459c9 (patch) | |
| tree | 8d082bcaebe7579fe4fa73dd6eead7c00bb051fd /boot/mbr.asm | |
| parent | a9682cac5f14f8d04c87d206cf1d8367e77a61e1 (diff) | |
Added kernel_entry for APs
Diffstat (limited to 'boot/mbr.asm')
| -rw-r--r-- | boot/mbr.asm | 2 |
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! ; |
