I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
262 B

  1. #!/usr/bin/env pwsh
  2. qemu-img create -f qcow2 nixos.qcow2
  3. qemu-system-x86_64 -accel whpx,kernel-irqchip=off \
  4. -hda .\nixos.qcow2 \
  5. -m 4096 \
  6. -net nic,model=virtio \
  7. -net user \
  8. -vga virtio \
  9. -boot strict=on \
  10. -cdrom .\nixos.iso