From 5018b3b4b7dc191d217ec60d2ac744cf7444e39f Mon Sep 17 00:00:00 2001 From: Liav A Date: Fri, 21 May 2021 22:17:52 +0300 Subject: [PATCH] Kernel: Fix PCI layout of i440fx QEMU machine Some folks on discord said adding another e1000 network adapter made it so we don't have networking on the system anymore. To fix this, we will use other unsupported PCI device instead. --- Meta/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index 1222df72cb..b4d59855c4 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -59,7 +59,7 @@ $SERENITY_EXTRA_QEMU_ARGS -device virtio-rng-pci -soundhw pcspk -device sb16 --device pci-bridge,chassis_nr=1,id=bridge1 -device e1000,bus=bridge1 +-device pci-bridge,chassis_nr=1,id=bridge1 -device megasas,bus=bridge1 -device i82801b11-bridge,bus=bridge1,id=bridge2 -device sdhci-pci,bus=bridge2 -device i82801b11-bridge,id=bridge3 -device sdhci-pci,bus=bridge3 -device ich9-ahci,bus=bridge3