Files
riscv/os/run.bat
2024-05-13 12:21:59 +02:00

6 lines
153 B
Batchfile

@echo off
qemu-system-riscv32 -machine virt -cpu rv32 -smp 1 -m 128M -nographic -serial mon:stdio -bios none -kernel build\kernel.elf
cmd /c exit