mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 01:37:34 +00:00
Snazz up the kprintf() output a bit by giving it its own color.
This commit is contained in:
parent
9886b27d9c
commit
dec5683e9c
10 changed files with 86 additions and 78 deletions
|
@ -100,8 +100,6 @@ static void undertaker_main()
|
|||
static void init_stage2() NORETURN;
|
||||
static void init_stage2()
|
||||
{
|
||||
kprintf("init stage2...\n");
|
||||
|
||||
Syscall::initialize();
|
||||
|
||||
Disk::initialize();
|
||||
|
@ -229,6 +227,8 @@ void init()
|
|||
tty3 = new VirtualConsole(3);
|
||||
VirtualConsole::switchTo(0);
|
||||
|
||||
kprintf("Starting Serenity Operating System...\n");
|
||||
|
||||
MemoryManager::initialize();
|
||||
|
||||
VirtualFileSystem::initializeGlobals();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue