mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
switch to a simpler example
This commit is contained in:
parent
ebeba4c6f0
commit
d791d7b87e
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ static int initd(void* arg)
|
|||
//create_kernel_task(NULL, foo, "foo2", NORMAL_PRIO);
|
||||
create_user_task(NULL, "/bin/hello", argv1, NORMAL_PRIO);
|
||||
create_user_task(NULL, "/bin/jacobi", argv2, NORMAL_PRIO);
|
||||
create_user_task(NULL, "/bin/jacobi", argv2, NORMAL_PRIO);
|
||||
//create_user_task(NULL, "/bin/jacobi", argv2, NORMAL_PRIO);
|
||||
//create_user_task(NULL, "/bin/stream", argv3, NORMAL_PRIO);
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue