# aCore **Repository Path**: rcore-os/aCore ## Basic Information - **Project Name**: aCore - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # aCore [![Actions Status](https://github.com/rcore-os/aCore/workflows/CI/badge.svg)](https://github.com/rcore-os/aCore/actions) Asynchronous OS kernel written in Rust. 🚧 Working In Progress ## Getting Started ### Setup Environment ```bash $ rustup component add rust-src llvm-tools-preview $ rustup target add riscv64imac-unknown-none-elf ``` ### Build & Run ```bash $ cd kernel $ make run [ARCH=riscv64] [LOG=info] [MODE=release] ```