This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
rockOS/kernel/arch/i386/boot/idt_load.S

6 lines
86 B
ArmAsm

.global idt_load
.type idt_load, @function
idt_load:
lidt (idtptr)
sti
ret