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

https://github.com/neri/riscv-hello

A minimal sample of hello world for riscv
https://github.com/neri/riscv-hello

riscv rust

Last synced: 12 days ago
JSON representation

A minimal sample of hello world for riscv

Awesome Lists containing this project

README

          

# RISCV HELLO WORLD

- This is a minimal sample of hello world for riscv.

## REQUIREMENTS

- Rust (riscv64gc-unknown-none-elf)
- `rustup target add riscv64gc-unknown-none-elf`
- qemu-system-riscv64

## HOW TO BUILD

```
cargo build --release
```

## HOW TO RUN

```
cargo run --release
```