search for: su_ramdisk_max

Displaying 2 results from an estimated 2 matches for "su_ramdisk_max".

2005 Jan 10
0
Re: Problems with loading ramdisk under SYSLINUX 3.05
...; 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 ; 0228 > su_ramdisk_max resd 1 ; 022C > > But this puts su_ramdisklen at same address as su_bsklugeoffs, and so > all items after su_ramdisklen are 4 bytes off! > > Due to this when memdisk from their ISO is loaded, runkernel.inc looks > at su_cmd_line_ptr instead of at su_ramdisk_m...
2008 Jul 22
2
[PATCH 1/3] Fix loading of *.lkrn images from gPXE
Attempts to load *.lkrn images were failing with "Not enough memory to load specified image". These images have the su_ramdisk_max header field set to zero, and the code in core/runkernel.inc was limiting MyHighMemSize too early (before the load_high call used to load the main part of the kernel). Signed-off-by: Sergey Vlasov <vsu at altlinux.ru> --- core/runkernel.inc | 13 ++++++------- 1 files changed, 6 insertion...