1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 07:08:10 +00:00

Kernel: Embrace the SerenityOS name

This commit is contained in:
Andreas Kling 2019-12-29 19:08:02 +01:00
parent 6a94214502
commit fed3416bd2
5 changed files with 7 additions and 7 deletions

View file

@ -275,7 +275,7 @@ extern "C" [[noreturn]] void init(u32 physical_address_for_kernel_page_tables)
tty1 = new VirtualConsole(1);
VirtualConsole::switch_to(0);
kprintf("Starting Serenity Operating System...\n");
kprintf("Starting SerenityOS...\n");
MemoryManager::initialize(physical_address_for_kernel_page_tables);