Move all non-README links to cirosantilli.com where the file is not cut off...

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-07-07 00:00:01 +00:00
parent ec74746707
commit 28cd27f969
380 changed files with 419 additions and 419 deletions

14
run
View File

@@ -57,9 +57,9 @@ which is what you usually want.
'--eval',
help='''\
Replace the normal init with a minimal init that just evals the given sh string.
See: https://github.com/cirosantilli/linux-kernel-module-cheat#replace-init
See: https://cirosantilli.com/linux-kernel-module-cheat#replace-init
chdir into lkmc_home before running the command:
https://github.com/cirosantilli/linux-kernel-module-cheat#lkmc_home
https://cirosantilli.com/linux-kernel-module-cheat#lkmc_home
'''
)
self.add_argument(
@@ -68,7 +68,7 @@ https://github.com/cirosantilli/linux-kernel-module-cheat#lkmc_home
help='''\
Similar to --eval, but the string gets evaled at the last init script,
after the normal init finished.
See: https://github.com/cirosantilli/linux-kernel-module-cheat#init-busybox
See: https://cirosantilli.com/linux-kernel-module-cheat#init-busybox
'''
)
self.add_argument(
@@ -101,7 +101,7 @@ Shortcut for the most common GDB options that you want most of the time. Implies
default=False,
help='''\
Wait for GDB to connect before starting execution
See: https://github.com/cirosantilli/linux-kernel-module-cheat#gdb
See: https://cirosantilli.com/linux-kernel-module-cheat#gdb
'''
)
self.add_argument(
@@ -164,9 +164,9 @@ Example: `./run --kernel-cli-after-dash 'lkmc_eval="wget google.com" lkmc_lala=y
help='''\
Pass a base64 encoded command line parameter that gets evalled at the end of
the normal init.
See: https://github.com/cirosantilli/linux-kernel-module-cheat#init-busybox
See: https://cirosantilli.com/linux-kernel-module-cheat#init-busybox
chdir into lkmc_home before running the command:
https://github.com/cirosantilli/linux-kernel-module-cheat#lkmc_home
https://cirosantilli.com/linux-kernel-module-cheat#lkmc_home
Specify the Linux kernel version to be reported by syscall emulation.
Defaults to the same kernel version as our default Buildroot build.
Currently only works for QEMU.
@@ -273,7 +273,7 @@ to use this option:
* on the split:
** if on QEMU and `-d` is given, GDB
** if on gem5, the gem5 terminal
See: https://github.com/cirosantilli/linux-kernel-module-cheat#tmux
See: https://cirosantilli.com/linux-kernel-module-cheat#tmux
'''
)
self.add_argument(