What was i on?

This commit is contained in:
notsomeidiot123 2025-09-07 22:32:16 -04:00
parent d07194c977
commit e744baa5b5
1 changed files with 2 additions and 1 deletions

View File

@ -1,11 +1,12 @@
#include "vfs.h"
#include "../shared/kstdlib.h"
vfile_t root_dir = {"/", VFILE_DIRECTORY};
void vfs_init(){
// mlog()
root_dir.access.data.ptr = kmalloc(1);
root_dir.access.data.size_pgs = 1;
printf("Sizeof: %d", sizeof(vfile_t));
}
void fcreate();