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:
parent
6a94214502
commit
fed3416bd2
5 changed files with 7 additions and 7 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue