https://github.com/64/windos
Basic RISC-V microkernel, written in Rust.
https://github.com/64/windos
Last synced: 12 months ago
JSON representation
Basic RISC-V microkernel, written in Rust.
- Host: GitHub
- URL: https://github.com/64/windos
- Owner: 64
- License: mit
- Created: 2022-06-15T01:53:41.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T04:32:31.000Z (almost 4 years ago)
- Last Synced: 2025-05-06T03:38:15.820Z (about 1 year ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WindOS
(WIP) Basic RISC-V microkernel, written in Rust.
## Running
Requires `qemu-system-riscv64` to be installed. Simply run:
```sh
$ cargo run -p prekernel
```