https://github.com/ppmpreetham/byte-me-os
A simple OS Development tutorial for beginners
https://github.com/ppmpreetham/byte-me-os
os os-dev os-dev-blog
Last synced: 2 months ago
JSON representation
A simple OS Development tutorial for beginners
- Host: GitHub
- URL: https://github.com/ppmpreetham/byte-me-os
- Owner: ppmpreetham
- License: mit
- Created: 2024-08-04T09:36:01.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-14T19:27:22.000Z (about 1 year ago)
- Last Synced: 2025-02-01T15:46:03.717Z (8 months ago)
- Topics: os, os-dev, os-dev-blog
- Language: MDX
- Homepage: https://os.preetham.top/
- Size: 935 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Byte Me OS
Beginner Tutorial to build a simple OS on the top of RUST.
Read it [here](https://www.preetham.top/).
Inspired by Philipp Oppermann's [[blog](https://os.phil-opp.com/)], this tutorial goes deep into OS development, but for complete beginners.
## Why an Operating System?
Gain deeper understanding of how computers work at a low level.
By creating an OS, you'll learn about memory management, process scheduling, device drivers, and etc.
Gain complete control over the software running on your hardware.
Tailor the OS to your specific needs, optimizing performance and security.### Unveiling the Inner Workings
By immersing yourself in the creation of an OS, you will uncover the fascinating realm of low-level computer operations. From mastering the art of memory management to understanding the intricacies of process scheduling and device drivers, every step of the journey will unveil a new layer of knowledge.