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
- Host: GitHub
- URL: https://github.com/petehouston/awesome-os-dev
- Owner: petehouston
- Created: 2016-11-21T01:46:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-28T03:56:09.000Z (over 9 years ago)
- Last Synced: 2024-12-20T21:40:33.686Z (about 1 year ago)
- Topics: kernel, operating-system, os, os-dev, system-programming
- Size: 1.95 KB
- Stars: 58
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)