mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +00:00
Start working on a GUI kernel API.
This commit is contained in:
@@ -54,6 +54,7 @@ void Process::initialize()
|
||||
g_processes = new InlineLinkedList<Process>;
|
||||
s_hostname = new String("courage");
|
||||
Scheduler::initialize();
|
||||
initialize_gui_statics();
|
||||
}
|
||||
|
||||
Vector<Process*> Process::allProcesses()
|
||||
|
||||
Reference in New Issue
Block a user