Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daipeihust/osmini

这是一个用于学习的项目,目标是构建一个最小可运行的操作系统内核!
https://github.com/daipeihust/osmini

Last synced: 16 days ago
JSON representation

这是一个用于学习的项目,目标是构建一个最小可运行的操作系统内核!

Awesome Lists containing this project

README

        

# osmini

这是一个用于学习的项目,目标是构建一个最小可运行的操作系统内核。

## 时间规划

- 一周一节课
- 每节课之间有一个礼拜时间作为缓冲,防止事情太多耽误了
- 每节课都新建一个文件夹,我和暖暖分别都要完成各自的任务

**教程**
- [Writing a Simple Operating System — from Scratch](http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)
- [OSDev wiki](https://wiki.osdev.org/Main_Page)
- [The little book about OS development](https://littleosbook.github.io/)
- [JamesM's kernel development tutorials](https://web.archive.org/web/20160412174753/http://www.jamesmolloy.co.uk/tutorial_html/index.html)
- [os-tutorial-cn](https://github.com/ruiers/os-tutorial-cn)
- [老李手把手之操作系统](https://www.cnblogs.com/oolo/p/13452614.html)
- [Introduction to x64 assembly](https://www.intel.com/content/dam/develop/external/us/en/documents/introduction-to-x64-assembly-181178.pdf)
- [Mac OS X Assembler Guide](http://personal.denison.edu/~bressoud/cs281-s07/Assembler.pdf)