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.
- Host: GitHub
- URL: https://github.com/neri/riscv-vga-sample
- Owner: neri
- License: unlicense
- Created: 2023-10-10T08:32:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-23T00:52:14.000Z (over 2 years ago)
- Last Synced: 2024-04-18T02:12:46.949Z (about 2 years ago)
- Topics: joke, risc-v, riscv, rust
- Language: Rust
- Homepage:
- Size: 901 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

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