index
:
finix
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
include
/
arch
/
i686
/
idt.h
blob: 8dcee02b7ef642cfa7fa0ba49aabfa3557514bcf (
plain
)
1
2
3
4
5
6
#pragma once
#define IDT_SIZE 256
#define IDT_INTERRUPTS 256
void
idt_init
(
void
);