Skip to content

krakenlake/riscv-hello-uart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 

Repository files navigation

riscv-hello-uart

Minimal bare-metal RISC-V assembly code with UART output for execution in QEMU

Requirements

Tools:

  • riscv64-unknown-elf-gcc
  • riscv64-unknown-elf-ld
  • riscv64-unknown-elf-objcopy

Building:

Make

Execution:

qemu-system-riscv64

Building

make all

Running

make run

About

Minimal bare-metal RISC-V assembly code with UART output for execution in QEMU

Resources

Stars

Watchers

Forks

Packages

No packages published