https://github.com/rasheedmhd/oubre
Learning to build an Operating System in Rust following this curriculum, https://os.phil-opp.com/
https://github.com/rasheedmhd/oubre
kernel operatingsystems os programming rust systems
Last synced: 3 months ago
JSON representation
Learning to build an Operating System in Rust following this curriculum, https://os.phil-opp.com/
- Host: GitHub
- URL: https://github.com/rasheedmhd/oubre
- Owner: rasheedmhd
- Created: 2023-01-05T04:27:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T07:33:54.000Z (over 1 year ago)
- Last Synced: 2024-12-19T11:32:50.014Z (5 months ago)
- Topics: kernel, operatingsystems, os, programming, rust, systems
- Language: Rust
- Homepage:
- Size: 8.61 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# oubre
Learning to build an Operating System in Rust following this curriculum, https://os.phil-opp.com/# TUI
# Todo
- Installation Guide
- Compile WASM target machine
- Refactoring
- Commentary Notes
- File System
- Shell
- Running processes
- GUI
- etc