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:
committed by
Ludovic Courtès
parent
5270da7968
commit
c248c4442b
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user