eos0/scripts/start.ps1

6 lines
117 B
PowerShell
Raw Permalink Normal View History

2024-12-06 09:55:43 +00:00
qemu-system-riscv64.exe `
-nographic `
-machine virt `
-bios none `
-m 3G `
-kernel "$($args[0])"