1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:37: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:
konrad 2023-01-08 05:31:43 +01:00 committed by Jelle Raaijmakers
parent e1c50b83e1
commit 95c469ca4c
2 changed files with 1 additions and 1 deletions

View file

@ -171,7 +171,6 @@ extern "C" [[noreturn]] void init()
dmesgln("Starting SerenityOS...");
dmesgln("Initialize MMU");
Memory::MemoryManager::initialize(0);
DeviceManagement::initialize();
SysFSComponentRegistry::initialize();