search for: myhighmemsize

Displaying 1 result from an estimated 1 matches for "myhighmemsize".

Did you mean: highmemsize
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 insertions(+), 7 deletions(-) diff --git a/core/runkernel.inc b/core/runkernel.inc index 4d62778...