read getting closer to being done
This commit is contained in:
parent
1f9bd2f015
commit
7265728932
4 changed files with 78 additions and 52 deletions
|
@ -34,7 +34,7 @@ $(BIN): $(ELF)
|
|||
# Run in QEMU
|
||||
run: $(BIN)
|
||||
echo "Press CTRL+A then X to exit QEMU"
|
||||
$(QEMU) -machine virt -nographic -bios none -kernel $(BIN) -device loader,file=$(BIN),addr=0x80000000
|
||||
$(QEMU) -machine virt -nographic -bios none -kernel $(BIN) -device loader,file=$(BIN),addr=0x80000000 -device sifive_uart
|
||||
|
||||
# Clean up generated files
|
||||
clean:
|
||||
|
|
Reference in a new issue