diff --git a/bootloader/stage2.asm b/bootloader/stage2.asm index 477c2d19..26890941 100644 --- a/bootloader/stage2.asm +++ b/bootloader/stage2.asm @@ -71,7 +71,7 @@ second_step: ;Run the kernel - jmp dword 0x100:0x0 + jmp dword KERNEL_BASE:0x0 .continue: mov cl, [sector]