summaryrefslogtreecommitdiff
path: root/unsorted
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-04-24 16:03:05 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-04-24 16:03:05 +0200
commit42b9f91ed7a259ecec893cd6131bb20d4c073bc0 (patch)
tree487a7901fab8e31dbbe6fcdad3ab3ba7982552b2 /unsorted
parent88c4df030f83c19486db46335d7609b97b3039dc (diff)
drop useless index=0,media=disk qemu parameters
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 ff64ce46..b9b6e21a 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 -m 512 -user-net -isa -boot d -cdrom grub.iso -drive cache=writeback,index=0,media=disk,file=gnu.img
+ qemu -m 512 -boot d -cdrom grub.iso -drive cache=writeback,file=gnu.img
The switch `-isa` is for current gnumach.gz on hda.