代码拉取完成,页面将自动刷新
同步操作将从 泰晓科技/Linux 0.11 Lab 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
# Comment this to use me in host
DOCKER ?= yes
ifeq ($(DOCKER),yes)
# Check running envrionment
LAB_ENV_ID=/home/ubuntu/Desktop/lab.desktop
ifneq ($(LAB_ENV_ID),$(wildcard $(LAB_ENV_ID)))
ifneq (../../configs/linux-0.11-lab, $(wildcard ../../configs/linux-0.11-lab))
$(error ERR: No 'Cloud Lab' found, please refer to 'Download the lab' part of README.md)
else
$(error ERR: Please not try Linux 0.11 Lab in local host, but use it with 'Cloud Lab', please refer to 'Install the environment' part of README.md)
endif
endif
endif
include Makefile.head
all: Image
$(LINUX_SRC): $(LINUX_VERSION)
$(Q)rm -rf $@
$(Q)ln -sf $< $@
Image: $(LINUX_SRC)
$(Q)(cd $(LINUX_SRC); make $@)
clean: $(LINUX_SRC)
$(Q)(cd $(ROOTFS_DIR); make $@)
$(Q)(cd $(CALLGRAPH_DIR); make $@)
$(Q)(cd $(LINUX_SRC); make $@)
$(Q)rm -rf bochsout.txt
distclean: clean
$(Q)(cd $(LINUX_SRC); make $@)
# Test on emulators with different prebuilt rootfs
include Makefile.emu
# Tags for source code reading
include Makefile.tags
# For Call graph generation
include Makefile.cg
# For help
include Makefile.help
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。