diff --git a/kernel-rs/src/lib.rs b/kernel-rs/src/lib.rs index 3fe7cd67..66a72252 100644 --- a/kernel-rs/src/lib.rs +++ b/kernel-rs/src/lib.rs @@ -11,15 +11,12 @@ extern crate rlibc; #[macro_use] mod vga; -#[allow(dead_code)] -#[macro_use] mod context; mod keyboard; #[allow(dead_code)] mod cpuio; - //TODO implement ACPI to have such functionality /// Reboot the kernel ///