blob: d90b47a500f58dc2963209f0c7d07a6dff83d72a [file] [log] [blame]
swissChili56cf8172022-07-30 18:47:48 -07001# -*- tcl -*-
2
3srcs boot.s \
4 main.c
5
6rule qemu "" {
7 shell "qemu-system-riscv32 -M ? | grep virt >/dev/null || exit"
8 shell "echo C-a X to exit qemu"
9 shell "qemu-system-riscv32 -nographic -smp 4 -machine virt -bios none -kernel kernel.elf"
10}