From 9dbf9d0c21002983de556aa76a9d01124d556a90 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sun, 1 Feb 2026 22:18:34 +0100 Subject: Enough for today --- src/boot/boot.stage2.asm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/boot/boot.stage2.asm') diff --git a/src/boot/boot.stage2.asm b/src/boot/boot.stage2.asm index 8f4885b..97a2d05 100644 --- a/src/boot/boot.stage2.asm +++ b/src/boot/boot.stage2.asm @@ -1,7 +1,7 @@ ;; boot.stage2.asm [bits 16] - [org 0x7e00] + [org 0x0000] %include "boot.stage2.a20.asm" %include "boot.stage2.pm.asm" @@ -11,4 +11,3 @@ _s2_entry: call _enable_a20 call _enable_pm [bits 32] - -- cgit v1.3