Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/videlanicolas/os_learning

Learning how to make an OS from scratch.
https://github.com/videlanicolas/os_learning

bios bootloader linux linux-kernel operating-system operating-system-kernel operating-system-learning os uefi

Last synced: about 1 month ago
JSON representation

Learning how to make an OS from scratch.

Awesome Lists containing this project

README

        

# Learning to make an OS
I always wanted to learn how everything in an operating system works, I learnt the theory while in university but never made one myself. This repository is released to the public domain, because I don't intend to code nor support a new OS. All the code in this repository is used for learning.

## Resources

The main resource website is [OS dev wiki](https://wiki.osdev.org/), but in there they already say that we're going to need more resources to make an OS.

## OS devlog

I documented all my progress at https://learning-os-from-scratch.readthedocs.io/en/latest, so you can read that to deep dive into all the things I learnt from developing this OS.