search for: bcopy32

Displaying 3 results from an estimated 3 matches for "bcopy32".

Did you mean: xcopy32
2011 Mar 06
1
[PATCH] core: Fix 'trackbuf' descriptor list byte length
(Tested using a Linux bzImage, with and without an initrd.) Per shuffle_and_boot documentation, %ecx must contain the descriptor list byte length, but it's set with such list end address instead. Fix. Signed-off-by: Ahmed S. Darwish <darwish.07 at gmail.com> -- core/bcopy32.inc | 2 ++ core/bcopyxx.inc | 2 ++ core/bootsect.inc | 8 +++++--- core/runkernel.inc | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/core/bcopy32.inc b/core/bcopy32.inc index 6537546..ab60145 100644 --- a/core/bcopy32.inc +++ b/core/bcopy32.inc @@ -65...
2008 Mar 01
0
SYSLINUX 3.62 released
...Set the window size to 2 GB for linear framebuffer VESA: move debugging code to separate header file VESA: Minor cleanups Add __aligned() and __alignas() macros VESA: align the row buffer to a multiple of 4 bytes. VESA: suppress an unused arguments warning bcopy32: refactor the bcopy routine to be able to reuse the pm part Slightly simpler to use interface to simple_pm_call Don't close the A20 gate; leave it open hello.c: print arguments, no input section Put virtual kernels (CLI labels) in high memory If we're showing a...
2005 Feb 23
4
Maximum line length of APPEND option in PXELINUX
Hi, I just replaced the pxelinux.0 of some 2.x version by pxelinux.0 vers. 3.0.7. Some of the PXE Clients refused to boot thereafter (just stopped after reading the config file). I noticed that the APPEND line was too long. Is this intentional? What is the maximum length of the APPEND option line? Thanks, Thomas