Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spencerjibz/rust_example_os
https://github.com/spencerjibz/rust_example_os
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/spencerjibz/rust_example_os
- Owner: spencerjibz
- Created: 2022-09-15T15:38:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-24T20:08:31.000Z (about 1 year ago)
- Last Synced: 2023-09-24T23:06:39.194Z (about 1 year ago)
- Language: Rust
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rust_example_os
A minimal Rust Kernel based on [**Philipp Oppermann's "BlogOS"**](https://os.phil-opp.com/)### Requirements
- Rust nightly (versions from 2020 onwards)
- Qemu
- Hardware (optional since we're using Qemu)
- rust-src component,compiler_builtins and llvm-tools-preview
- bootimage( cargo install)