65

GitHub - LearningOS/rcore_step_by_step

 5 years ago
source link: https://github.com/LearningOS/rcore_step_by_step
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

README.md

从零开始写 OS

前言

本系列文章记录了使用 Rust 编程语言编写一个小型操作系统的详细过程。每篇文章包含所需所有所需代码和相关知识点讲解。

如何使用

为了方便起见,建议使用 docker ,可以省去配置环境的功夫。

在工作目录下创建 Makefile

docker:
	sudo docker run -it --mount type=bind,source=$(shell pwd)/..,destination=/mnt panqinglin/rust_riscv bash

进入 docker 后,执行 cd mnt ,即可看见工作目录,然后就可以开始写代码啦!

正在打 tag 预计 2019.5.5 晚上 12 点前打完


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK