BarinkOS/source/kernel/interrupts/idt/idt.s
Nigel 749f2aa492 Updating folders name's (1)
This should help merging into dev branch
2023-02-03 20:01:31 +01:00

7 lines
66 B
ArmAsm

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