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:
commit
2f1692ba42
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue