Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/videlanicolas/os_learning
- Owner: videlanicolas
- License: unlicense
- Created: 2024-04-28T08:46:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-06-17T12:40:10.000Z (6 months ago)
- Last Synced: 2024-10-12T07:41:21.250Z (2 months ago)
- Topics: bios, bootloader, linux, linux-kernel, operating-system, operating-system-kernel, operating-system-learning, os, uefi
- Language: Assembly
- Homepage: https://learning-os-from-scratch.readthedocs.io/en/latest
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.