Skip to content

Commit

Permalink
Tweak default hostname.
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomekling committed Nov 16, 2018
1 parent 9d05f6b commit bb9766e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Kernel/Process.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}

Expand Down

0 comments on commit bb9766e

Please sign in to comment.