eos0/scripts/start.ps1

6 lines
No EOL
117 B
PowerShell

qemu-system-riscv64.exe `
-nographic `
-machine virt `
-bios none `
-m 3G `
-kernel "$($args[0])"