summaryrefslogtreecommitdiff
path: root/qemu-support
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-07 22:24:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-01-07 22:24:59 +0000
commit9453f4e7036943c843f237a441892e0928c960a7 (patch)
tree68f8808a07fb4e478198e01a6d74be7d3325e9f7 /qemu-support
parentbeee1ab17b88bbd7e459af9ea95d083714553e1a (diff)
2010-01-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* qemu-nic: Up to 64 MB.
Diffstat (limited to 'qemu-support')
-rw-r--r--qemu-support/ChangeLog4
-rwxr-xr-xqemu-support/qemu-nic2
2 files changed, 5 insertions, 1 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * qemu-nic: Up to 64 MB.
+
2009-12-17 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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