Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]
```