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

Jim Cromie jim.cromie at gmail.com
Fri Aug 26 21:58:32 PDT 2005


Jim Cromie wrote:

> 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.
>

and heres a fix.  -p0 patch to prevent line-wrap
Apologies, shoulda all been one email.  { it will probly happen again :-}



diff -u com32/modules/menu.h~ com32/modules/menu.h
--- com32/modules/menu.h~       2005-08-25 18:51:49.000000000 -0600
+++ com32/modules/menu.h        2005-08-26 22:47:01.000000000 -0600
@@ -28,7 +28,7 @@
   unsigned char hotkey;
 };

-#define MAX_CMDLINE_LEN         256
+#define MAX_CMDLINE_LEN         512

 #define MAX_ENTRIES    4096    /* Oughta be enough for anybody */
 extern struct menu_entry menu_entries[];




More information about the Syslinux mailing list