diff options
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! ; |
