Thank you a lot for your reply.
Now I'm almost clear except this one.
If I assume that I have initramfs file as the name of 'ramdisk.img'
How can android kernel find the location of 'ramdisk.img' exists?
If there is 'root=' option, kernel can try to find the location of 'ramdisk.img' from the location of 'root='.
But if kernel option does not have 'root=' option,
How kernel knows the location of ramdisk.img?
Does android kernel also usr 'root=' option to find out the location of 'ramdisk.img'?
Can I see what the typical 'Kernel command line' option for android is?
Really my best regards.
Peter Oh