From 7db6db5ae64e7ab2626bbd898c63f58e053dc1a6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Apr 2021 12:41:24 +0200 Subject: Debug multiboot, enable apic and ACPI table parsing --- src/boot/boot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/boot.S') diff --git a/src/boot/boot.S b/src/boot/boot.S index 5e4d82c..029a67e 100644 --- a/src/boot/boot.S +++ b/src/boot/boot.S @@ -109,7 +109,7 @@ mov %eax, %cr0 # Now we are in Compatibility mode # Now we need to set CS.L=1 (setting up a 64 bit GDT) lgdt (gdtr) -jmp $0x08, $new_cs +ljmp $0x08, $new_cs new_cs: # Pay attention here! -- cgit v1.2.3