readme: underscore to - on all title ids

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-08-13 02:00:01 +00:00
parent 2e47f4f894
commit 4f82f79be7
6 changed files with 16 additions and 10 deletions

4
run
View File

@@ -88,7 +88,7 @@ which is what you usually want.
Replace the normal init with a minimal init that just evals the given sh string.
See: https://cirosantilli.com/linux-kernel-module-cheat#replace-init
chdir into lkmc_home before running the command:
https://cirosantilli.com/linux-kernel-module-cheat#lkmc_home
https://cirosantilli.com/linux-kernel-module-cheat#lkmc-home
'''
)
self.add_argument(
@@ -203,7 +203,7 @@ Pass a base64 encoded command line parameter that gets evalled at the end of
the normal init.
See: https://cirosantilli.com/linux-kernel-module-cheat#init-busybox
chdir into lkmc_home before running the command:
https://cirosantilli.com/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.