mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
+ how to run redox-os from remote with qemu without graphic support
This commit is contained in:
parent
f143a66845
commit
f397c57e7b
@ -146,7 +146,11 @@ $ make all
|
||||
|
||||
# Launch using QEMU
|
||||
$ make qemu
|
||||
|
||||
# Launch using QEMU without using KVM (Kernel Virtual Machine). Try if QEMU gives an error.
|
||||
$ make qemu kvm=no
|
||||
|
||||
# Launch using QEMU without using KVM (Kernel Virtual Machine) nor Graphics
|
||||
make qemu kvm=no vga=no display=no
|
||||
```
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user