Il 28/01/22 20:59, Samuel Thibault ha scritto:
Luca Dariz, le ven. 28 janv. 2022 19:24:07 +0100, a ecrit:The leading space prevents it working if console=comX is the only argument.But it would be confused with another parameter which would be foobarconsole=bla You'd probably want to make the code also try strncmp(kernel_cmdline, CONSOLE_PARAMETER+1)
Will do. Luca