From e5c3dea1859cecd494c7bea8fa0f80c5c8c5248d Mon Sep 17 00:00:00 2001 From: Baptiste Wicht Date: Mon, 16 Dec 2013 22:06:59 +0100 Subject: [PATCH] Cleanup --- bootloader/stage2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]