mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
switch back to the default example
This commit is contained in:
parent
e3be1be9fc
commit
6d742c4d33
1 changed files with 2 additions and 2 deletions
|
@ -156,8 +156,8 @@ int main(void)
|
|||
list_fs(fs_root, 1);
|
||||
#endif
|
||||
|
||||
//create_kernel_task(NULL, foo, "foo1", NORMAL_PRIO);
|
||||
//create_kernel_task(NULL, foo, "foo2", NORMAL_PRIO);
|
||||
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);
|
||||
|
||||
#if 0
|
||||
|
|
Loading…
Add table
Reference in a new issue