aCore icon indicating copy to clipboard operation
aCore copied to clipboard

Asynchronous OS kernel written in Rust.

aCore

Actions Status

Asynchronous OS kernel written in Rust.

🚧 Working In Progress

Getting Started

Setup Environment

$ rustup component add rust-src llvm-tools-preview
$ rustup target add riscv64imac-unknown-none-elf

Build & Run

$ cd kernel
$ make run [ARCH=riscv64] [LOG=info] [MODE=release]