aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/init_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/init_main.c')
-rw-r--r--sys/kern/init_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/init_main.c b/sys/kern/init_main.c
index 5a0a64b..4b7f62e 100644
--- a/sys/kern/init_main.c
+++ b/sys/kern/init_main.c
@@ -92,7 +92,6 @@ main(void)
processor_init();
list_timers();
-
vfs_init();
/* Attach the root TTY */
@@ -100,7 +99,6 @@ main(void)
kprintf("Failed to attach root TTY (got %d)\n", status);
DRIVERS_INIT();
-
sched_init();
ci = this_cpu();