You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Drew Bednar 320c30dac3 | 5 months ago | |
---|---|---|
.. | ||
Makefile | 5 months ago | |
README.md | 5 months ago | |
hello | 5 months ago | |
hello.o | 5 months ago | |
hello.s | 5 months ago |
README.md
Another Hello World
Unlike the Low Level Learning example that used riscv64-linux-gnu-as
this project is targeting riscv64-unknown-elf-as
and we will use QEMU to emulate a RISC-V environment to run our ELF executable in.