diff options
Diffstat (limited to 'boot/mp.asm')
| -rw-r--r-- | boot/mp.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mp.asm b/boot/mp.asm index 6c794bc..497a0a8 100644 --- a/boot/mp.asm +++ b/boot/mp.asm @@ -34,7 +34,7 @@ init_pm: call boot_32_pm ;continue booting in 32-bit protected mode -boot_32_pm +boot_32_pm: mov eax,1 ; |
