diff --git a/kernel/init.c b/kernel/init.c index 84f80d87..447455b7 100644 --- a/kernel/init.c +++ b/kernel/init.c @@ -234,7 +234,7 @@ int initd(void* arg) #endif list_root(); - //test_init(); + test_init(); return 0; }