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 /unsorted | |
parent | 78d4ca5b4491e1b43f404108c9fdd23a6113c45d (diff) | |
download | web-9e520cb9798dfeb06cc0c45e2ff4a3206734e2ab.tar.gz web-9e520cb9798dfeb06cc0c45e2ff4a3206734e2ab.tar.bz2 web-9e520cb9798dfeb06cc0c45e2ff4a3206734e2ab.zip |
Generally run QEMU/KVM with 512 MiB of RAM.
Diffstat (limited to 'unsorted')
-rw-r--r-- | unsorted/MakeImage.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unsorted/MakeImage.mdwn b/unsorted/MakeImage.mdwn index 95b928c4..b3485771 100644 --- a/unsorted/MakeImage.mdwn +++ b/unsorted/MakeImage.mdwn @@ -53,7 +53,7 @@ I use this for testing OSKit... ## <a name="Booting_Qemu"> Booting Qemu </a> - qemu -user-net -isa -boot d -cdrom grub.iso -hda gnu.img + qemu -m 512 -user-net -isa -boot d -cdrom grub.iso -hda gnu.img The switch `-isa` is for current gnumach.gz on hda. |