Displaying 3 results from an estimated 3 matches for "old_cl_magic_addr".
2013 Feb 04
2
Version 5.01 not passing kernel command line args to memtest86+as it can understand
Hello,
I'm trying to pass the serial port options to memtest86+ using
Syslinux 5.01 but is not working. Debugging the memtest86+,
the check at main.cpp function static void parse_command_line(void)
if (*OLD_CL_MAGIC_ADDR != OLD_CL_MAGIC)
return;
Is being evaluated to true. What should I do? There is a way to
instruct memtest to use the "old way" to pass parameters to memtest or
shoud I try to patch memtest?
This is my menu label:
label Memtest
linux /boot/memtest.bin console=ttyS1,115200
Th...
2005 Dec 15
1
Breaking the 256 command line limit
I'm building pxe-booted kiosk systems using pxelinux 3.09 and linux
kernel 2.6.14. I noticed a discussion on this list that 3.09 supports a
511 character command line but that the kernel would need to be patched
to access it beyond 255. How can I patch the kernel to do so?
Andrew Lambe
Systems Programmer
Information Technology
Oral Roberts University
Tulsa, Oklahoma
2005 Aug 27
3
SYSLINUX 3.11-pre5 -- release candidate -- release on Tuesday
SYSLINUX 3.11-pre5 is hereby a bug fix release candidate. If I don't
receive any problem reports, I will release it as-is on Tuesday, August 30.
http://www.kernel.org/pub/linux/utils/boot/syslinux/Testing/
-hpa