X-Git-Url: https://git.grml.org/?a=blobdiff_plain;f=qemu%2Findex.html.tt2;h=0df45f2e2936429144e23720be72b8525fcbf7fb;hb=387b21629027482ac06bdc398a620eb61ef8f8db;hp=9a3779900d731b375cbcad875b03822069d8b930;hpb=d9a36a4197f11c71da6a6ae62e645eb53be5a166;p=grml.org.git diff --git a/qemu/index.html.tt2 b/qemu/index.html.tt2 index 9a37799..0df45f2 100644 --- a/qemu/index.html.tt2 +++ b/qemu/index.html.tt2 @@ -7,10 +7,9 @@ - - + @@ -61,8 +60,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 +80,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