Skip to content
Snippets Groups Projects
Commit f83f7ce2 authored by rsc's avatar rsc
Browse files

set init name

parent 00d0f794
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ process0()
load_icode(p1, _binary__init_start, (uint) _binary__init_size);
p1->state = RUNNABLE;
safestrcpy(p1->name, "init", sizeof p1->name);
proc_wait();
panic("init exited");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment