mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
run: make text mode (-n) the default
Rename the opposite graphics mode to -x.
This commit is contained in:
@@ -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.
|
||||
|===
|
||||
|
||||
Reference in New Issue
Block a user