12 lines
190 B
Makefile
12 lines
190 B
Makefile
_default:
|
|
@just --list
|
|
|
|
|
|
|
|
run:
|
|
#!/usr/bin/env bash
|
|
#
|
|
QEMU=qemu-system-riscv32
|
|
# Start QEMU
|
|
$QEMU -machine virt -bios default -nographic -serial mon:stdio --no-reboot
|