run: make text mode (-n) the default

Rename the opposite graphics mode to -x.
This commit is contained in:
Ciro Santilli
2018-03-24 22:42:20 +00:00
parent baccf8ff07
commit b13595273e
3 changed files with 49 additions and 36 deletions

View File

@@ -25,15 +25,16 @@
most of which are prefixed by `lkmc_`, e.g.:
`./run -f 'lkmc_eval="wget google.com" lkmc_nonet=y'`
Mnenomic: comes after `-e`.
|`-K` | | Use KVM. Only works if guest arch == host arch.
|`-k` | | Enable KGDB.
|`-G` | | Pass extra options to the gem5 executable.
Only useful if `-g` is given.
Do not confuse with the arguments passed to the config scripts,
e.g. `fs.py`
|`-g` | | Use gem5 instead of QEMU.
|`-h` | | Show this help message.
|`-I` | | Run with initramfs.
|`-i` | | Run with initrd.
|`-K` | | Use KVM. Only works if guest arch == host arch.
|`-k` | | Enable KGDB.
|`-m` | | Set the memory size of the guest. E.g.: `-m 512M`. Default: `256M`.
|`-n` | | Run in nographic mode.
|`-x` | | Run in graphic mode. Mnemonic: X11.
|===