Hi !
I boot my brutus-like board with a Ramdisk, but sometimes, after the
loading operation, the ramdisk is a little bit damaged, and I don't understand
exactly why. The ramdisk is initialised in the function "setup_initrd ( start,
size )" in arch/arm/kernel/setup.c. I agree with the fist argument (start)
which is the address of the beginning of the ramdisk, but the second doesn't
seem to be exactly the size of the ramdisk. If i write the size of the ramdisk,
the boot crashes. In fact, it works only when i write a size that is a little
bit more than the used-size of the ramdisk ( by used-size, I mean the size of
all my files in the ramdisk). But it's a little (= a lot ) at random. ;-(
As anybody already have the same problem? I'd just like to know ;-) what to
write for this second argument. Or may be the problem comes from somewhere else
? Any ideas ?
Cheers
Arnaud
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]