search for: su_ramdisklen

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

2005 Jan 10
0
Re: Problems with loading ramdisk under SYSLINUX 3.05
...looking at their ISO image I downloaded syslinux-3.05, and there seems > to be bad bug: > > You have this in kernel.inc: > > su_code32start resd 1 ; 0214 Start of code loaded high > su_ramdiskat resd 1 ; 0218 Start of initial ramdisk > su_ramdisklen equ $ ; Length of initial ramdisk > su_bsklugeoffs resw 1 ; 0220 > su_bsklugeseg resw 1 ; 0222 > su_heapend resw 1 ; 0224 > su_pad1 resw 1 ; 0226 > su_cmd_line_ptr resd 1...
2003 Feb 10
0
modifying initrd before high mem load
...image. I would like to insert the following, but I can't seem to figure out how to correctly address the data pointed to by SI. Any help would be greatly appreciated. ; ; Load RAM disk into high memory ; ; Need to be set: ; su_ramdiskat - Where in memory to load ; su_ramdisklen - Size of file ; SI - initrd filehandle/cluster pointer ; loadinitrd: push es ; Save ES on entry mov ax,real_mode_seg mov es,ax mov edi,[es:su_ramdiskat] ; initrd load ad...
2007 Jun 18
4
pxelinux bug's
Hello Peter, The attached patch contains three small (although 2 of them are fundamental :) fixes for pxelinux 1. Alignment error when more than one initramfs are loaded using initrd - the alignment of the last disk is discarded in calculations but is ALWAYS present when the loading procedure is called. As a result - the second image (cpio) is not recognized. 2. On some platforms