summaryrefslogtreecommitdiff
path: root/hurd/running/debian/qemu_image.mdwn
diff options
context:
space:
mode:
authortruthfulpretzels <truthfulpretzels@web>2025-07-30 01:12:41 +0200
committerGNU Hurd web pages engine <web-hurd@gnu.org>2025-07-30 01:12:41 +0200
commit4b0c44f86062e4533c1628706094c221704ae43b (patch)
tree74f09acaa912e8b3f6fb49d10d8596a22271484d /hurd/running/debian/qemu_image.mdwn
parent893e0605f4dfecda73770b64e953d25c0ad6de0a (diff)
Diffstat (limited to 'hurd/running/debian/qemu_image.mdwn')
-rw-r--r--hurd/running/debian/qemu_image.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn
index 8409bc8c..bd299579 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -42,7 +42,7 @@ Optionally you may use `--curses` to keep your keyboard layout. If need be modpr
Note that if you do not have a command named `kvm`, you can try something across the lines of:
- $ qemu-system-i386 --enable-kvm -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 -net nic,model=e1000
+ $ qemu-system-i386 --enable-kvm -M q35 -m 2G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22 -net nic,model=e1000
Or, if your machine does not allow for KVM acceleration, omit `--enable-kvm` from the command.