summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-21 23:32:32 +0200
committerAlmuHS <almuhs@github.com>2019-05-21 23:32:32 +0200
commitafa3817dee0e50e7d2a6b89a58ab8b56fae64d25 (patch)
tree19d5f8a3d6ef2bd5650a9e9373d6e5bd7ce18d97
parentfa296cdd553ec066ffd74dfd58366ac1a364c03f (diff)
experiment: changed lidtl to lidt
-rw-r--r--i386/i386/cpuboot.S2
1 files changed, 1 insertions, 1 deletions
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