7 lines
66 B
ArmAsm
7 lines
66 B
ArmAsm
|
|
.globl idt_flush
|
|
idt_flush:
|
|
mov 4(%esp), %eax
|
|
lidt (%eax)
|
|
ret
|