Create interrupt module with IDT submodule

This commit is contained in:
Philipp Oppermann
2016-05-28 15:22:18 +02:00
parent 245125cb4a
commit b84c5822df
4 changed files with 110 additions and 2 deletions

1
src/interrupts/mod.rs Normal file
View File

@@ -0,0 +1 @@
mod idt;