Create LICENSE
Asynchronous OS kernel written in Rust.
🚧 Working In Progress
$ rustup component add rust-src llvm-tools-preview $ rustup target add riscv64imac-unknown-none-elf
$ cd kernel $ make run [ARCH=riscv64] [LOG=info] [MODE=release]
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
aCore
Asynchronous OS kernel written in Rust.
🚧 Working In Progress
Getting Started
Setup Environment
Build & Run