new: rootfs

This commit is contained in:
fslongjin
2022-09-14 23:48:19 +08:00
parent c80f572db7
commit 72f9c430c5
12 changed files with 322 additions and 43 deletions

View File

@ -3,7 +3,7 @@ CFLAGS += -I .
kernel_fs_objs:= $(shell find ./*.c)
kernel_fs_subdirs:= devfs VFS fat32
kernel_fs_subdirs:= devfs VFS fat32 rootfs
ECHO:
@echo "$@"