Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/timo-dk/my-os
- Owner: Timo-DK
- License: mit
- Created: 2017-12-07T20:41:23.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T07:27:38.000Z (over 2 years ago)
- Last Synced: 2025-01-13T16:20:16.489Z (1 day ago)
- Topics: operating-system, rust-lang
- Language: Rust
- Homepage:
- Size: 1.93 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```