mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
use stream as demo application
This commit is contained in:
parent
1ac0c41af1
commit
1c26d2854f
1 changed files with 3 additions and 3 deletions
|
@ -125,10 +125,10 @@ static int initd(void* arg)
|
|||
|
||||
//create_kernel_task(NULL, foo, "foo1", NORMAL_PRIO);
|
||||
//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/hello", argv1, NORMAL_PRIO);
|
||||
//create_user_task(NULL, "/bin/jacobi", argv2, NORMAL_PRIO);
|
||||
//create_user_task(NULL, "/bin/stream", argv3, 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