blob: d90b47a500f58dc2963209f0c7d07a6dff83d72a [file] [log] [blame]
# -*- tcl -*-
srcs boot.s \
main.c
rule qemu "" {
shell "qemu-system-riscv32 -M ? | grep virt >/dev/null || exit"
shell "echo C-a X to exit qemu"
shell "qemu-system-riscv32 -nographic -smp 4 -machine virt -bios none -kernel kernel.elf"
}