summaryrefslogtreecommitdiff
path: root/unsorted
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@schwinge.name>2012-04-26 11:13:14 +0800
committerThomas Schwinge <thomas@schwinge.name>2012-04-26 11:13:14 +0800
commit9e520cb9798dfeb06cc0c45e2ff4a3206734e2ab (patch)
tree21fe3884584a3a856881f5ebe8757277f2f0985f /unsorted
parent78d4ca5b4491e1b43f404108c9fdd23a6113c45d (diff)
Generally run QEMU/KVM with 512 MiB of RAM.
Diffstat (limited to 'unsorted')
-rw-r--r--unsorted/MakeImage.mdwn2
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.