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