Кажется, что уже спрашивал, но не могу найти, где.
Есть ли патчи на увеличение длины строки параметров ядра? Нужно ли также патчить загрузчик?
The number of kernel parameters is not limited, but the length of the complete command line (parameters including spaces etc.) is limited to a fixed number of characters. This limit depends on the architecture and is between 256 and 4096 characters. It is defined in the file ./include/asm/setup.h as COMMAND_LINE_SIZE.
Вышеописанный лимит и хочу увеличить. Просто хочу передать очень длинный параметр (возможно даже не один).
Спасибо.