switch back to default tests

This commit is contained in:
Stefan Lankes 2011-10-06 11:07:37 -07:00
parent 417520b659
commit 58c9e33e47

View file

@ -263,11 +263,11 @@ int initd(void* arg)
//echo_init();
create_user_task(&id, "/bin/rlogind", argv);
kprintf("Create rlogind with id %u\n", id);
netio_init();
//netio_init();
#endif
//list_root();
//test_init();
list_root();
test_init();
return 0;
}