hopefully progressing to a more scalable bus architecture

This commit is contained in:
Yehowshua Immanuel 2025-02-25 14:24:54 -05:00
parent 003a1c8545
commit 1f9bd2f015
13 changed files with 187 additions and 46 deletions

0
rv_tests/hello.asm Normal file
View file

View file

@ -6,7 +6,7 @@ OBJCOPY = riscv64-unknown-elf-objcopy
QEMU = qemu-system-riscv64
# Compilation flags
ARCH_FLAGS = -march=rv64imac -mabi=lp64
ARCH_FLAGS = -march=rv64ima -mabi=lp64
LDSCRIPT = linker.ld
# Output files

Binary file not shown.