hopefully progressing to a more scalable bus architecture
This commit is contained in:
parent
003a1c8545
commit
1f9bd2f015
13 changed files with 187 additions and 46 deletions
0
rv_tests/hello.asm
Normal file
0
rv_tests/hello.asm
Normal 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.
Reference in a new issue