Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcore-os/aCore
Asynchronous OS kernel written in Rust.
https://github.com/rcore-os/aCore
Last synced: 3 months ago
JSON representation
Asynchronous OS kernel written in Rust.
- Host: GitHub
- URL: https://github.com/rcore-os/aCore
- Owner: rcore-os
- License: mit
- Created: 2020-10-15T13:18:04.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2020-11-27T12:01:00.000Z (about 4 years ago)
- Last Synced: 2024-08-03T01:38:11.658Z (6 months ago)
- Size: 230 KB
- Stars: 33
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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]
```