mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 15:57:35 +00:00
Kernel: Move Aarch64 MMU debug message into memory manager initializer
Doing so unifies startup debug messages visually.
This commit is contained in:
parent
e1c50b83e1
commit
95c469ca4c
2 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,6 @@ extern "C" [[noreturn]] void init()
|
|||
|
||||
dmesgln("Starting SerenityOS...");
|
||||
|
||||
dmesgln("Initialize MMU");
|
||||
Memory::MemoryManager::initialize(0);
|
||||
DeviceManagement::initialize();
|
||||
SysFSComponentRegistry::initialize();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue