Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/timo-dk/my-os

Basic OS in Rust
https://github.com/timo-dk/my-os

operating-system rust-lang

Last synced: 1 day ago
JSON representation

Basic OS in Rust

Awesome Lists containing this project

README

        

# MyOs

Learning to write a small and basic OS using the following resources:

* https://github.com/cfenollosa/os-tutorial
* http://www.cs.bham.ac.uk/~exr/lectures/opsys/10_11/lectures/os-dev.pdf
* https://os.phil-opp.com/

## MakeFile
### Run
```
$make run
```