set init name
This commit is contained in:
parent
00d0f794cf
commit
f83f7ce2f6
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue