From 35f3e16135b371e11d540a8b6bd5395cb40b2c96 Mon Sep 17 00:00:00 2001 From: kotorifan Date: Sat, 31 Jan 2026 17:13:17 +0100 Subject: Whatever... --- src/boot/boot.stage2.asm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/boot/boot.stage2.asm') diff --git a/src/boot/boot.stage2.asm b/src/boot/boot.stage2.asm index 56ab73a..8f4885b 100644 --- a/src/boot/boot.stage2.asm +++ b/src/boot/boot.stage2.asm @@ -5,7 +5,10 @@ %include "boot.stage2.a20.asm" %include "boot.stage2.pm.asm" + + %define KERNEL_OFFSET 0x1000 _s2_entry: call _enable_a20 - call _enter_pm + call _enable_pm [bits 32] + -- cgit v1.3