Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jt2m0l3y/unnamedos

A minimal kernel-based OS following Philipp Oppermann's blog: https://os.phil-opp.com/
https://github.com/jt2m0l3y/unnamedos

Last synced: 28 days ago
JSON representation

A minimal kernel-based OS following Philipp Oppermann's blog: https://os.phil-opp.com/

Awesome Lists containing this project

README

        

# unnamedOS

This is a learning exercise to aquire a deeper understanding of OS essentials.

To start, devs will jump through stages in the phil-opp/blog_os guideline:
* Bare Bones Kernel
* [x] basic Rust binary
* [x] minimal Rust kernel
* [ ] printing text
* [ ] testing
* Interrupts
* [ ] CPU Exceptions
* [ ] Double Faults
* [ ] Hardware Interrupts
* Memory Management
* [ ] Paging
* [ ] Heap Allocation
* [ ] Allocator Additions
* Multitasking
* [ ] Async/Await