Kernel: Add basic mounting to VFS.

This commit is contained in:
Bananymous
2023-03-19 05:51:25 +02:00
parent cf2be54e8f
commit e4bcd98904
10 changed files with 127 additions and 44 deletions

View File

@@ -42,6 +42,7 @@ kernel/CPUID.o \
kernel/Debug.o \
kernel/Font.o \
kernel/FS/Ext2.o \
kernel/FS/Inode.o \
kernel/FS/VirtualFileSystem.o \
kernel/Input.o \
kernel/InterruptController.o \