1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
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 \