index
:
pOS
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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