system: examples: Add machine argument to qemu for hurd64

Change-Id: I30bb65819421b71bb78f6b51dde79540fd8a504a
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Yelninei 2025-11-23 20:52:00 +00:00 committed by Ludovic Courtès
parent 5270da7968
commit c248c4442b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5
2 changed files with 2 additions and 2 deletions

View file

@ -10,7 +10,7 @@
;;
;; You may run it like so:
;;
;; guix shell qemu -- qemu-system-x86_64 -m 2048 \
;; guix shell qemu -- qemu-system-x86_64 -m 2048 -M q35 \
;; --enable-kvm \
;; --device e1000,netdev=net0 \
;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \

View file

@ -11,7 +11,7 @@
;; You may run it like so:
;;
;; cp /gnu/store/.../disk-image devel-hurd.img
;; guix shell qemu -- qemu-system-x86_64 -m 4096 \
;; guix shell qemu -- qemu-system-x86_64 -m 4096 -M q35 \
;; --enable-kvm \
;; --device e1000,netdev=net0 \
;; --netdev user,id=net0,hostfwd=tcp:127.0.0.1:10022-:2222 \