cleanup
This commit is contained in:
parent
864d2dca4e
commit
d6423d5a78
1 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||||
///
|
///
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue