BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 2d05318728e0aa3fca502a2aeb1738773fffc98b / vfs / vfs.c

// Related

Nucleus

Barry Directory listing in VFS 2d05318 (3 years, 2 months ago)
diff --git a/vfs/vfs.c b/vfs/vfs.c
index cb80052..9f8bc2b 100644
--- a/vfs/vfs.c
+++ b/vfs/vfs.c
@@ -24,7 +24,7 @@ init_vfs(void)
 	register_fstype("ext2fs", ext2fs_mount);
 
 	mount("tmpfs", NULL, "tmpfs", 0, NULL);
-	mkdir("dev", 0);
+	mkdir("dev", 0755);
 	mount("devfs", "/dev", "devfs", 0, NULL);
 }