parent
0ddd214a1b
commit
c2d22af1c7
@ -0,0 +1,5 @@
|
||||
use x86_64::structures::idt::Idt;
|
||||
|
||||
pub fn init() {
|
||||
let mut idt = Idt::new();
|
||||
}
|
Loading…
Reference in new issue