1 Star 0 Fork 10

liusen/rCore-Tutorial-v3

forked from rcore-os/rCore-Tutorial-v3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 219 Bytes
一键复制 编辑 原始数据 按行查看 历史
Yifan Wu 提交于 2021-02-28 05:59 . Add Ubuntu18.04 docker
DOCKER_NAME ?= dinghao188/rcore-tutorial
.PHONY: docker build_docker
docker:
docker run --rm -it --mount type=bind,source=$(shell pwd),destination=/mnt ${DOCKER_NAME}
build_docker:
docker build -t ${DOCKER_NAME} .
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liusen_n/rCore-Tutorial-v3.git
[email protected]:liusen_n/rCore-Tutorial-v3.git
liusen_n
rCore-Tutorial-v3
rCore-Tutorial-v3
ch1

搜索帮助