mirror of
https://github.com/0Nera/BMOSP.git
synced 2025-01-08 22:02:01 +03:00
Добавлен флаг остановки эмулятора в случае ошибки
This commit is contained in:
parent
3a6c3b3ca7
commit
89307ea263
3
run.sh
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user