Improve efficiency of kernel console

This commit is contained in:
Jeremy Soller 2016-09-01 14:39:45 -06:00
parent 04f6e7b558
commit 0ccfd2125a
7 changed files with 98 additions and 52 deletions

View file

@ -127,7 +127,7 @@ pub unsafe extern fn kstart() -> ! {
device::init(&mut active_table);
// Read ACPI tables, starts APs
acpi::init(&mut active_table);
// acpi::init(&mut active_table);
BSP_READY.store(true, Ordering::SeqCst);
}