about summary refs log tree commit diff
path: root/src/pOS/arch/x86/kernel/interrupts/asm/idt.s
blob: f6bd58ed34310a348c34aeafdf0871631336a2ca (plain) (blame)
1
2
3
4
5
[GLOBAL idt_flush]
idt_flush:
    mov eax, [esp + 4]
    lidt [eax]
    ret