mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 22:54:57 +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
|
||||
next_pid = 0;
|
||||
g_processes = new InlineLinkedList<Process>;
|
||||
s_hostname = new String("birx");
|
||||
s_hostname = new String("courage");
|
||||
Scheduler::initialize();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue