linux-kernel-module-cheat
linux-kernel-module-cheat copied to clipboard
Misinterpretation of dashes used as separators for init arguments
I was going through the guides since I am quite a newbie to whole Linux ecosystem (thank you so much!) and I found that there is a misinterpretation of dash separators for kernel boot parameters, which was probably caused by the formatting bug the official kernel documentation had torvalds/linux@62ee81b5681daa781f5e800346ae8654b3e5a864
I tried to make some fixes to the README.adoc to the main page. Moreover, some of the section of guide may have the content rendered as incorrectly making some conclusion about how parameters are parsed, for example the one where you mention about how a.b was parsed
Oh, God, I remember being so confused by this... thanks :-) Unfortunately it will also need a few more fixes in other parts of LKMC as I relied on this buggy behavior in some other places too, I'll try to make a more complete fix later, some points:
- init arguments section dies, gotta check if other things are affected
- usages of
lkmc_home - usages of
lkmc_eval - usages of
kernel_cli_after_dashand things that would go into it
哎 一看就是sb台独