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

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.

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
```