Files
low-level-programming/thousand-line-os/justfile
2025-01-10 03:47:52 -08:00

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