Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-11T07:33:54.000Z (12 months ago)
- Last Synced: 2024-01-11T11:47:34.803Z (12 months ago)
- Topics: kernel, operatingsystems, os, programming, rust, systems
- Language: Rust
- Homepage:
- Size: 8.61 MB
- Stars: 3
- 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
![Text User Interface](extras/ui.png)# Todo
- Installation Guide
- Compile WASM target machine
- Refactoring
- Commentary Notes
- File System
- Shell
- Running processes
- GUI
- etc