Skip to content

Commit

Permalink
Запуск через SATA
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nera committed Nov 26, 2023
1 parent 86ff34a commit 96b3696
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/sh
qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 -hda bmosp.hdd --no-reboot
qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 \
-drive file=bmosp.hdd,if=none,id=sata_drive -device ahci \
-device virtio-blk-pci,drive=sata_drive --no-reboot
#qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 -hda bmosp.hdd --no-reboot
#qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 -cdrom bmosp.iso -boot d --no-reboot
#qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 -bios ovmf/OVMF.fd -hda bmosp.hdd -d int --no-reboot
#qemu-system-x86_64 -name "БМПОС" -cpu host -m 1G -smp 1 -bios ovmf/OVMF.fd -hda bmosp.hdd
Expand Down

0 comments on commit 96b3696

Please sign in to comment.