X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=qemu%2Findex.html.tt2;h=5e43b16882abce4d053d509c004b50654d1aac21;hb=32175e58e31084811458b371a564b4a7cbb6b2b0;hp=9a3779900d731b375cbcad875b03822069d8b930;hpb=d9a36a4197f11c71da6a6ae62e645eb53be5a166;p=grml.org.git diff --git a/qemu/index.html.tt2 b/qemu/index.html.tt2 index 9a37799..5e43b16 100644 --- a/qemu/index.html.tt2 +++ b/qemu/index.html.tt2 @@ -61,8 +61,8 @@ chmod 666 /dev/kqemu /dev/net/tun # adjust permissions

Install qemu (apt-get install qemu) and start it e.g. via:

-qemu -cdrom /dev/hdc          # if running from CD-ROM
-qemu -cdrom /path/to/grml.iso # if running from harddisk
+qemu -m 256 -cdrom /dev/hdc          # if running from CD-ROM
+qemu -m 256 -cdrom /path/to/grml.iso # if running from harddisk
 

Running QEMU with grml on Windows

@@ -81,7 +81,7 @@ qemu -cdrom /path/to/grml.iso # if running from harddisk
 REM Start qemu on windows.
 @ECHO OFF
-START qemu.exe -L . -m 128 -hdc harddisk -cdrom grml_0.6.iso
+START qemu.exe -L . -m 256 -hdc harddisk -cdrom grml_0.6.iso
 CLS
 EXIT