From 9453f4e7036943c843f237a441892e0928c960a7 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 7 Jan 2010 22:24:59 +0000 Subject: 2010-01-07 Joel Sherrill * qemu-nic: Up to 64 MB. --- qemu-support/ChangeLog | 4 ++++ qemu-support/qemu-nic | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'qemu-support') diff --git a/qemu-support/ChangeLog b/qemu-support/ChangeLog index 5677cca..20902cb 100644 --- a/qemu-support/ChangeLog +++ b/qemu-support/ChangeLog @@ -1,3 +1,7 @@ +2010-01-07 Joel Sherrill + + * qemu-nic: Up to 64 MB. + 2009-12-17 Joel Sherrill * qemu-nic: Increase memory so MicroWindows demos run. Fix typo in NIC diff --git a/qemu-support/qemu-nic b/qemu-support/qemu-nic index f820969..1f565ec 100755 --- a/qemu-support/qemu-nic +++ b/qemu-support/qemu-nic @@ -51,7 +51,7 @@ case ${nic} in *) fatal Unknown NIC ${nic} ;; esac -ARGS="${MODEL} -m 16 \ +ARGS="${MODEL} -m 64 \ -boot a -fda ${QEMUDIR}/qemu/pc386_fda \ -hda fat:${QEMUDIR}/qemu/hd --no-reboot" if [ ${nic} != "none" -a $EUID -eq 0 ] ; then -- cgit v1.2.3