Nucleus
Barry Virtual File System 5acaf74 (3 years, 3 months ago)
diff --git a/vfs/tmpfs/super.c b/vfs/tmpfs/super.c
new file mode 100644
index 0000000..989d2c0
--- /dev/null
+++ b/vfs/tmpfs/super.c
@@ -0,0 +1,11 @@
+#include <nucleus/vfs.h>
+
+/* Mount a tmpfs instance */
+Inode *
+tmpfs_mount(FSType *type, int flags, const char *dev, void *data)
+{
+// SuperBlock *super = new(&superBlockType);
+
+// super->type =
+ return NULL;
+}