+ how to run redox-os from remote with qemu without graphic support

This commit is contained in:
Aurélien DESBRIÈRES 2017-02-23 16:36:03 +01:00
parent f143a66845
commit f397c57e7b
No known key found for this signature in database
GPG key ID: 2EC52AC76AEEB6A0

View file

@ -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
```