switch to netio example
This commit is contained in:
parent
bd0e323250
commit
bc451eac54
1 changed files with 3 additions and 3 deletions
|
@ -263,11 +263,11 @@ int initd(void* arg)
|
||||||
//echo_init();
|
//echo_init();
|
||||||
create_user_task(&id, "/bin/rlogind", argv);
|
create_user_task(&id, "/bin/rlogind", argv);
|
||||||
kprintf("Create rlogind with id %u\n", id);
|
kprintf("Create rlogind with id %u\n", id);
|
||||||
//netio_init();
|
netio_init();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
list_root();
|
//list_root();
|
||||||
test_init();
|
//test_init();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue