refactor: vfs_open: start opening iff there is a empty fd slot available.
[lunaix-os.git] / lunaix-os / kernel / k_init.c
index 6274dd8fa5e88e5a96efe87502a8cef5a5d1ffcc..e0730e32fef15ab7aeaadb12f159dcbbed86965a 100644 (file)
@@ -93,6 +93,7 @@ _kernel_init()
     vfs_mount("/task", "taskfs", NULL, MNT_RO);
 
     lxconsole_spawn_ttydev();
+    device_init_builtin();
 
     syscall_install();