Compare commits
4 commits
c6e878e9d4
...
057ebd1b1a
Author | SHA1 | Date | |
---|---|---|---|
|
057ebd1b1a | ||
|
6e7bfe2825 | ||
|
5587de2c90 | ||
|
1ce2a72206 |
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ex
|
||||
#!/bin/sh -x
|
||||
exec linux \
|
||||
-vga qxl \
|
||||
-device virtio-serial \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ex
|
||||
#!/bin/sh -x
|
||||
exec qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-M q35 \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ex
|
||||
#!/bin/sh -x
|
||||
exec redox \
|
||||
-vga qxl -spice port="$(first-free-port 5900)",addr=127.0.0.1,disable-ticketing=on \
|
||||
"$@"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh -ex
|
||||
#!/bin/sh -x
|
||||
qemu-system-x86_64 \
|
||||
-enable-kvm \
|
||||
-cpu host -smp "$(("$(nproc)" / 2))" \
|
||||
|
|
Loading…
Reference in a new issue