Merge pull request #854 from aurelien-git/master

+ how to run redox-os from remote with qemu without graphic support
This commit is contained in:
Jeremy Soller 2017-02-23 09:07:41 -07:00 committed by GitHub
commit 2f1692ba42

View file

@ -146,7 +146,11 @@ $ make all
# Launch using QEMU # Launch using QEMU
$ make qemu $ make qemu
# Launch using QEMU without using KVM (Kernel Virtual Machine). Try if QEMU gives an error. # Launch using QEMU without using KVM (Kernel Virtual Machine). Try if QEMU gives an error.
$ make qemu kvm=no $ make qemu kvm=no
# Launch using QEMU without using KVM (Kernel Virtual Machine) nor Graphics
make qemu kvm=no vga=no
``` ```