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

https://github.com/petehouston/awesome-os-dev

The collection of useful resources for OS development
https://github.com/petehouston/awesome-os-dev

List: awesome-os-dev

kernel operating-system os os-dev system-programming

Last synced: 2 months ago
JSON representation

The collection of useful resources for OS development

Awesome Lists containing this project

README

          

# awesome-os-dev
The collection of useful resources for OS development

### Tutorials

* [cfenollosa/os-tutorial](https://github.com/cfenollosa/os-tutorial)
* [Bran's Kernel Development](http://www.osdever.net/bkerndev/Docs/title.htm)
* [Writing your own toy operating system](http://www.independent-software.com/writing-your-own-toy-operating-system/)
* [Write a System Call](https://brennan.io/2016/11/14/kernel-dev-ep3/)

### Books

* [The little book about OS development](http://littleosbook.github.io/)
* [How to make a computer operating system](https://github.com/SamyPesse/How-to-Make-a-Computer-Operating-System)
* [Writing a simple Operating System from scratch](https://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf)

### Courses

* [Baking Pi - Operating System Development](https://www.cl.cam.ac.uk/projects/raspberrypi/tutorials/os/)
* [Computer Operating System Lab - SungKyunKwan](http://csl.skku.edu/SWE3004S16/Schedule)

### Resources

* [Linux from scratch](http://www.linuxfromscratch.org/)
* [OS Dev](http://wiki.osdev.org/Main_Page)

### Communities

* [OSDev on Reddit](https://www.reddit.com/r/osdev/)