From 9e520cb9798dfeb06cc0c45e2ff4a3206734e2ab Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 26 Apr 2012 11:13:14 +0800 Subject: Generally run QEMU/KVM with 512 MiB of RAM. --- unsorted/MakeImage.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unsorted') 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... ## Booting Qemu - 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. -- cgit v1.2.3