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
Raw Normal View History

2022-07-18 22:37:43 +03:00
.global idt_load
.type idt_load, @function
idt_load:
lidt (idtptr)
sti
ret