LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Couldnot understand a grub manual line.. (https://www.linuxquestions.org/questions/linux-newbie-8/couldnot-understand-a-grub-manual-line-608762/)

lin_myworld 12-23-2007 03:59 PM

Couldnot understand a grub manual line..
 
this statement i found in grub manual. what does it mean:


Only kernels loaded at 1 megabyte or above are presently supported. Any attempt to load below that boundary will simply result in immediate failure and an error message reporting the problem

btmiller 12-23-2007 04:37 PM

It's bootloader arcana saying where in physical memory the kernel should expect to immediately be loaded. In order to be compatible with GRUB the kernel must be loaded at or above 1 megabyte of physical memory (this location is specified in the ELF or a.out image file of the kernel executable).

If you're not planning to write your own operating system, you don't have to worry about this :).


All times are GMT -5. The time now is 05:47 AM.