https://github.com/benmcavoy/jellyos
A fun operating system written in Rust
https://github.com/benmcavoy/jellyos
from-scratch operating-system rust
Last synced: 9 months ago
JSON representation
A fun operating system written in Rust
- Host: GitHub
- URL: https://github.com/benmcavoy/jellyos
- Owner: BenMcAvoy
- Created: 2024-07-14T23:49:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T22:37:39.000Z (over 1 year ago)
- Last Synced: 2025-06-04T18:18:02.363Z (10 months ago)
- Topics: from-scratch, operating-system, rust
- Language: Rust
- Homepage:
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JellyOS
JellyOS is a simple operating system that I am developing for fun. It is written in Rust and is based on the [Writing an OS in Rust](https://os.phil-opp.com/) blog series by Philipp Oppermann.
It is currently in the early stages of development and only supports booting on x86_64 BIOS systems.