mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 21:35:07 +00:00
Tweak default hostname.
This commit is contained in:
parent
9d05f6b7a7
commit
bb9766ee17
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ void Process::initialize()
|
||||||
#endif
|
#endif
|
||||||
next_pid = 0;
|
next_pid = 0;
|
||||||
g_processes = new InlineLinkedList<Process>;
|
g_processes = new InlineLinkedList<Process>;
|
||||||
s_hostname = new String("birx");
|
s_hostname = new String("courage");
|
||||||
Scheduler::initialize();
|
Scheduler::initialize();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue