From afa3817dee0e50e7d2a6b89a58ab8b56fae64d25 Mon Sep 17 00:00:00 2001 From: AlmuHS Date: Tue, 21 May 2019 23:32:32 +0200 Subject: experiment: changed lidtl to lidt --- i386/i386/cpuboot.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i386/i386/cpuboot.S b/i386/i386/cpuboot.S index 30b2e554..4673bba7 100644 --- a/i386/i386/cpuboot.S +++ b/i386/i386/cpuboot.S @@ -75,7 +75,7 @@ _apboot: mov %ax, %ss /* use segmentation to offset ourself. */ - lidtl idt_descr - KERNELBASE + lidt idt_descr - KERNELBASE lgdt boot_gdt_descr - KERNELBASE ljmp $KERNEL_CS, $0f -- cgit v1.2.3