Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chuckb/riscv-helloworld
Bare metal hello world assembly for Risc-V 32i architecture using QEMU
https://github.com/chuckb/riscv-helloworld
Last synced: 4 days ago
JSON representation
Bare metal hello world assembly for Risc-V 32i architecture using QEMU
- Host: GitHub
- URL: https://github.com/chuckb/riscv-helloworld
- Owner: chuckb
- License: mit
- Created: 2024-07-14T01:41:59.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-14T01:49:56.000Z (4 months ago)
- Last Synced: 2024-07-14T02:42:18.939Z (4 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# RISC-V Bare-Metal Hello World In Assembly
## Prerequisites
This example and accompanying video were done on OSX. If the toolchain is installed on other OSes, then in theory it should also work.
- Compiler: https://github.com/riscv-software-src/homebrew-riscv
- Make
- QEMU: https://formulae.brew.sh/formula/qemu## References:
- Youtube video: https://www.youtube.com/watch?v=qLzD33xVcRE
- 16550 UART Documentation: https://uart16550.readthedocs.io/en/latest/uart16550doc.html
- QEMU virt machine description: https://www.qemu.org/docs/master/system/riscv/virt.html## Running:
`make run`