mirror of
https://github.com/RGBCube/serenity
synced 2025-05-28 19:45:10 +00:00
Kernel: Allow the user to specify the virtual console when booting
This commit is contained in:
parent
99eab4667a
commit
ab52108982
4 changed files with 17 additions and 2 deletions
|
@ -166,7 +166,6 @@ extern "C" UNMAP_AFTER_INIT [[noreturn]] void init()
|
|||
PCI::initialize();
|
||||
GraphicsManagement::the().initialize();
|
||||
ConsoleManagement::the().initialize();
|
||||
ConsoleManagement::the().switch_to(0);
|
||||
|
||||
Thread::initialize();
|
||||
Process::initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue