On Jan 24, 2008 3:14 AM, Robert Millan <[EMAIL PROTECTED]> wrote: > On Thu, Jan 24, 2008 at 03:01:33AM +0800, Bean wrote: > > On Jan 24, 2008 12:18 AM, Bean <[EMAIL PROTECTED]> wrote: > > > On Jan 23, 2008 4:54 PM, Marco Gerards <[EMAIL PROTECTED]> wrote: > > > > When is this feature useful? Can you give an example? More features > > > > can mean more bugs, more maintainance work, etc. If the feature is > > > > not worthwhile for more than one person, I am not sure if it should be > > > > included. Perhaps a better explaination of the problem to solve, > > > > instead of what the patch does might help here. > > > > > > the most important usage of external initrd is to overcome the size > > > limit of core.img. > > > > this is the new patch, now no need to modify grub-mkimage, use cat > > just as before. > > Well.. even though I still don't see the motivation, I'm less concerned about > this if it's just added to lnxboot.img. > > > +VARIABLE(grub_memdisk_image_addr) > > + .long 0 > > I recall you said use of this variable could be avoided ?
This variable can't be avoided. it's used by grub_arch_memdisk_addr to return the address of initrd. however, i can copy initrd to the location to make it look like core.img load it, but that means an extra memory copy. -- Bean _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel