Re: Ramdisk support



On 11/16/06, Oliver Fromme <olli@xxxxxxxxxxxxxxxxx> wrote:

You don't. It's not necessary. MD_ROOT_SIZE only reserves
space in the kernel image. Then you can use strings(1) to
find the offset in the kernel image, and then write your
image into the reserved space with standard shell tools.


Thanks a lot for the elaborate explanation.


I don't know u-boot. What is that?


u-boot is a bootloader popular in embedded systems. Its often used with Linux.

Regards,
aditya
_______________________________________________
freebsd-hackers@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Moving linux to another harddrive
    ... >> If the bootloader doesn't do that, it's written inside the kernel image ... > Hmm, I cannot get this to work. ... You shouldn't need to specify the offset. ... root device before you write it to the floppy. ...
    (comp.os.linux.misc)
  • Re: Moving linux to another harddrive
    ... > If the bootloader doesn't do that, it's written inside the kernel image ... I have a disk made with 'make bzdisk' ... Is the offset correct? ...
    (comp.os.linux.misc)