diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-03-15 00:28:32 +0100 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2026-03-15 00:28:32 +0100 |
| commit | b4a4309e2942e25757db22601317bf922441b389 (patch) | |
| tree | 3113cd62a1cb82a72d6f205b941d48da22223564 /hurd/running | |
| parent | 263137f055f217d90373ca1e7332f8dcc8455442 (diff) | |
-M q35 is not needed any more
Diffstat (limited to 'hurd/running')
| -rw-r--r-- | hurd/running/qemu.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/qemu.mdwn b/hurd/running/qemu.mdwn index ca3b55c9..3607985f 100644 --- a/hurd/running/qemu.mdwn +++ b/hurd/running/qemu.mdwn @@ -165,7 +165,7 @@ First off you will need to create a disk image using `qemu-img`. I have set mine $ qemu-img create hd0.img 4G -Next you will want to start up QEMU and begin the installation process. Note: if you are booting a 64b image, you will want to add `-M q35` to improve support. +Next you will want to start up QEMU and begin the installation process. $ qemu -enable-kvm -m 1G -drive cache=writeback,file=hd0.img -cdrom debian-7.0-hurd-i386-NETINST-1.iso -net nic,model=e1000 -net user |
