diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2012-04-26 11:13:14 +0800 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2012-04-26 11:13:14 +0800 |
commit | 9e520cb9798dfeb06cc0c45e2ff4a3206734e2ab (patch) | |
tree | 21fe3884584a3a856881f5ebe8757277f2f0985f /hurd/running/debian | |
parent | 78d4ca5b4491e1b43f404108c9fdd23a6113c45d (diff) |
Generally run QEMU/KVM with 512 MiB of RAM.
Diffstat (limited to 'hurd/running/debian')
-rw-r--r-- | hurd/running/debian/qemu_image.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn index 809bf7b1..19b371c1 100644 --- a/hurd/running/debian/qemu_image.mdwn +++ b/hurd/running/debian/qemu_image.mdwn @@ -1,4 +1,4 @@ -[[!meta copyright="Copyright © 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2011, 2012 Free Software Foundation, Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -15,7 +15,7 @@ Usage: $ wget http://people.debian.org/~sthibault/hurd-i386/debian-hurd.img.tar.gz $ tar -xz < debian-hurd.img.tar.gz - $ qemu -net nic,model=rtl8139 -net user -hda debian-hurd-*.img + $ qemu -m 512 -net nic,model=rtl8139 -net user -hda debian-hurd-*.img Just in case you were wondering: the *root* password is *root*. |