在第 13 行 .include "$(TOP)/mk/os161.config.mk" 我安装了 OS161 工具并尝试在 Eclipse 上运行 OS161 并正在编译依赖项。
# Automatically generated by config; do not edit.
#
# Top of the kernel tree
KTOP=../..
# Top of the whole tree
TOP=$(KTOP)/..
# Debug vs. optimize
KDEBUG=-g
# Name of the kernel config file
CONFNAME=ASST0
.include "$(TOP)/mk/os161.config.mk"
.include "files.mk"
.include "$(TOP)/mk/os161.kernel.mk"