Improve efficiency of kernel console
This commit is contained in:
parent
04f6e7b558
commit
0ccfd2125a
7 changed files with 98 additions and 52 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue