BarinkOS/source/kernel/idt/idt.s

7 lines
66 B
ArmAsm

.globl idt_flush
idt_flush:
mov 4(%esp), %eax
lidt (%eax)
ret