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

https://github.com/neri/riscv-vga-sample

A sample of using VGA mode 13h on a QEMU RISC-V virt machine.
https://github.com/neri/riscv-vga-sample

joke risc-v riscv rust

Last synced: over 1 year ago
JSON representation

A sample of using VGA mode 13h on a QEMU RISC-V virt machine.

Awesome Lists containing this project

README

          

# RISCV VGA SAMPLE

**DO NOT USE IN THE ACTUAL PRODUCT**

- This is a sample of using VGA mode 13h on a QEMU RISC-V virt machine.

![](images/screenshot1.png)

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