Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 551 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 551 Bytes

Tiny Kernel

Documentation Status

期望实现一个最小的内核

依赖环境说明

环境 说明
sphinx 用于生成文档
myst-parser 用于生成文档(markdown语法支持)
sphinx-rtd-theme 用于生成文档(主题)

实验方法

  1. 编译
make -j4
  1. 使用bochs虚拟机运行
bochs -f ./bochsrc.bxrc