BuildSystem: Use E1000E network controller in qemu

This commit is contained in:
Bananymous 2024-02-03 02:40:15 +02:00
parent 5cfe249945
commit 102aa50a41
1 changed files with 3 additions and 1 deletions

View File

@ -20,9 +20,11 @@ else
fi
qemu-system-$BANAN_ARCH \
-m 128 \
-m 1G \
-smp 2 \
$BIOS_ARGS \
-drive format=raw,id=disk,file=${BANAN_DISK_IMAGE_PATH},if=none \
-device e1000e,netdev=net \
-netdev user,id=net \
$DISK_ARGS \
$@ \