Добавление эмуляции AMD PCnet Am79C970

This commit is contained in:
Aren Elchinyan 2023-12-12 21:18:22 +03:00
parent fa67828241
commit f4d7b3e4e9
1 changed files with 2 additions and 2 deletions

4
run.sh
View File

@ -1,8 +1,8 @@
#!/bin/sh #!/bin/sh
qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 \ qemu-system-x86_64 -name "БМПОС" -cpu max -m 1G -smp 1 \
-bios ovmf/OVMF.fd \
-drive file=bmosp.hdd,if=none,id=sata_drive -device ahci \ -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 --no-reboot \
-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 -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 -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 max -m 1G -smp 1 -bios ovmf/OVMF.fd -hda bmosp.hdd -d int --no-reboot