[syslinux] SYSLINUX 3.11-pre5 -- release candidate -- release on Tuesday

Jim Cromie jim.cromie at gmail.com
Fri Aug 26 21:39:42 PDT 2005


Jim Cromie wrote:

>
>
> on-console, it shows:
>

turns out is a display problem (pxelinux - I dont use syslinux)
- the kernel boot-line sees it (Ive patched my kernel to 511)
I suspect this has never worked, as its never been needed with current 
kernel limit.

BTW - you said a while back that larger command_line_boot-lines were
causing some problems somewhere.  Is that still the case ?

Ive been using this, no problems so far.
Signed-off-by:  Jim Cromie <jim.cromie at gmail.com>

--- lnew/include/asm-i386/setup.h~      2005-06-07 13:34:14.000000000 -0600
+++ lnew/include/asm-i386/setup.h       2005-06-08 13:33:12.000000000 -0600
@@ -17,7 +17,7 @@
 #define MAX_NONPAE_PFN (1 << 20)

 #define PARAM_SIZE 4096
-#define COMMAND_LINE_SIZE 256
+#define COMMAND_LINE_SIZE 512

 #define OLD_CL_MAGIC_ADDR      0x90020
 #define OLD_CL_MAGIC           0xA33F
--- lnew/include/asm-i386/param.h~      2005-06-07 13:35:23.000000000 -0600
+++ lnew/include/asm-i386/param.h       2005-06-08 13:33:29.000000000 -0600
@@ -20,6 +20,6 @@
 #endif

 #define MAXHOSTNAMELEN 64      /* max length of hostname */
-#define COMMAND_LINE_SIZE 256
+#define COMMAND_LINE_SIZE 512

 #endif




More information about the Syslinux mailing list