Skip to content

rcore-os/aCore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Asynchronous OS kernel written in Rust.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published