Virtual filesystem and ramdiskfs
All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
This commit is contained in:
7
kernel/fs/src.mk
Normal file
7
kernel/fs/src.mk
Normal file
@@ -0,0 +1,7 @@
|
||||
c += fs/vfs.c \
|
||||
fs/ramdiskfs.c \
|
||||
fs/path.c
|
||||
|
||||
o += fs/vfs.o \
|
||||
fs/ramdiskfs.o \
|
||||
fs/path.o
|
||||
Reference in New Issue
Block a user