Добавлен вывод COM порта в файл

This commit is contained in:
Aren Elchinyan 2023-12-16 00:14:48 +03:00
parent c376f903b0
commit a2b2b1282b
1 changed files with 1 additions and 0 deletions

1
run.sh
View File

@ -1,5 +1,6 @@
#!/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 \
-serial file:serial.log \
-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 -net nic,model=pcnet # AMD PCnet Am79C970