git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
course 6 - interrupts
[lunaix-os.git]
/
lunaix-os
/
includes
/
lunaix
/
arch
/
idt.h
1
#define IDT_ATTR(dpl) ((0x70 << 5) | (dpl & 3) << 13 | 1 << 15)
2
3
void
4
_init_idt();