kernel: Turn off console logging before starting the init process
This commit is contained in:
parent
a620b00b18
commit
b0e5d02c9a
@ -71,6 +71,9 @@ Result<void> init()
|
||||
|
||||
CPU::platform_finish_init();
|
||||
|
||||
// Disable console logging before transferring control to userspace.
|
||||
setup_log(log_debug_enabled(), log_serial_enabled(), false);
|
||||
|
||||
CPU::enable_interrupts();
|
||||
|
||||
return {};
|
||||
|
Loading…
Reference in New Issue
Block a user