mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
5270da7968
commit
c248c4442b
2 changed files with 2 additions and 2 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue