+ 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 a new issue