diff --git a/run.sh b/run.sh index 46bc877..011c2ec 100755 --- a/run.sh +++ b/run.sh @@ -2,8 +2,9 @@ qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 \ -serial file:serial.log \ -drive file=bmosp.hdd,if=none,id=sata_drive -device ahci \ - -device virtio-blk-pci,drive=sata_drive --no-reboot \ + -device virtio-blk-pci,drive=sata_drive \ -rtc base=localtime,clock=host \ + --no-reboot -no-shutdown \ -net nic,model=pcnet # AMD PCnet Am79C970 #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