index
:
marvinborner/Melvix
dev
:computer: Small operating system written from scratch (covid/school project)
Marvin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
idt
/
idt.h
blob: 6a68e861db2dc2325cebc76f117c69c271f1731b (
plain
) (
blame
)
1
2
3
4
5
6
#ifndef MELVIX_IDT_H #define MELVIX_IDT_H void idt_install(); #endif