diff --git a/script/qemu.sh b/script/qemu.sh index 38d34da8..1c7fc4c7 100755 --- a/script/qemu.sh +++ b/script/qemu.sh @@ -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 \ $@ \