You can debug kernel through skyeye. break do_initrd function or other related function. The error message show that your kernel can not find the ramdisk in initrd_start address. First , you should select ext2 filesystem support. Second you make sure your initrd image is placed the right place.
[quote:eaff2f5b93="ksh"]You can debug kernel through skyeye. break do_initrd function or other related function. The error message show that your kernel can not find the ramdisk in initrd_start address. First , you should select ext2 filesystem support. Second you make sure your initrd image is placed the right place.[/quote]
这两点我都做到了