将 io 移动至 vfs 目录,并修正引用路径 (#339)

* 将 io 移动至 vfs 目录,并修正引用路径

* fix bug in makefile
This commit is contained in:
Xshine
2023-08-27 15:54:19 +08:00
committed by GitHub
parent e92d022810
commit ddb9d91712
22 changed files with 23 additions and 23 deletions

View File

@ -17,7 +17,7 @@ export ASFLAGS := --64
LD_LIST := head.o
kernel_subdirs := common driver process debug arch exception smp sched syscall ktest libs ipc io time
kernel_subdirs := common driver process debug arch exception smp sched syscall ktest libs ipc time