search for: kernel_corrupt

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

2006 May 04
1
pxelinux and kernel files over 8M
...alid or corrupt kernel image.". I tracked this to the file runkernel.inc at the label "is_linux_kernel:" where it checks to see if the kernel is over 8M and determines that it is corrupt if it is. Commenting out the first two lines after the label which are the 8M check and jump to kernel_corrupt will allow me to use pxelinux to boot my 47M kernel and file system combination file. The comment just above this section of the code has me worried: ; First check that our kernel is at least 1K and less than 8M (if it is ; more than 8M, we need to change the logic for loading it anyway...) Si...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing