This commit is contained in:
Jack Halford 2018-02-13 09:40:26 +01:00
parent 864d2dca4e
commit d6423d5a78

View file

@ -11,15 +11,12 @@ extern crate rlibc;
#[macro_use] #[macro_use]
mod vga; mod vga;
#[allow(dead_code)]
#[macro_use]
mod context; mod context;
mod keyboard; mod keyboard;
#[allow(dead_code)] #[allow(dead_code)]
mod cpuio; mod cpuio;
//TODO implement ACPI to have such functionality //TODO implement ACPI to have such functionality
/// Reboot the kernel /// Reboot the kernel
/// ///