4 lines
76 B
Rust

#![cfg(target_arch = "x86_64")]
pub mod cpu;
pub mod io;
pub mod interrupts;