Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

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