mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-22 17:55:57 +01:00
readme: underscore to - on all title ids
This commit is contained in:
4
run
4
run
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user