hi: does somebody meet a problem like this? static void __init init_mount_tree(void) { mnt=do_kern_mount("rootfs",0,"rootfs",NULL); if(IS_ERR(mnt)) panic("can't creat rootfs"); } when uclinux run here, it report panic, and i wonder which cause this problem? would you please give a hint? any suggestion will appreciated!! thank you !!