mirror of https://github.com/0Nera/BMOSP.git
Добавление эмуляции AMD PCnet Am79C970
This commit is contained in:
parent
fa67828241
commit
f4d7b3e4e9
4
run.sh
4
run.sh
|
@ -1,8 +1,8 @@
|
|||
#!/bin/sh
|
||||
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 \
|
||||
-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 -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
|
||||
|
|
Loading…
Reference in New Issue