当前位置: 技术问答>linux和unix
run_init_process 挂死,请教大侠!!
来源: 互联网 发布时间:2016-02-27
本文导语: 在移植Linux 2.6.17的内核到PNX8950(MIPS架构)上,出现Init程序挂死。 文件系统采用CPIO格式,由BusyBox 1.2.1得到,编译到内核中。 交叉工具链由Buildroot构建,采用uClib库。 单板启动到“Freeing unused kernel memory: 972k...
在移植Linux 2.6.17的内核到PNX8950(MIPS架构)上,出现Init程序挂死。
文件系统采用CPIO格式,由BusyBox 1.2.1得到,编译到内核中。
交叉工具链由Buildroot构建,采用uClib库。
单板启动到“Freeing unused kernel memory: 972k freed”后,挂死;
跟踪Linux 2.6.17的内核启动代码:
static int init(void * unused)
{
。。。。。。
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) elf_ex.e_entry :0x%8xn", loc->elf_ex.e_entry);
printk(KERN_WARNING "load_bias: 0x%8xn", load_bias);
printk(KERN_WARNING "elf_bss: 0x%8xn", elf_bss);
printk(KERN_WARNING "elf_brk: 0x%8xn", elf_brk);
printk(KERN_WARNING "start_code: 0x%8xn", start_code);
printk(KERN_WARNING "end_code: 0x%8xn", end_code);
printk(KERN_WARNING "start_data: 0x%8xn", start_data);
printk(KERN_WARNING "end_data: 0x%8xn", end_data);
/* Calling set_brk effectively mmaps the pages that we need
* for the bss and break sections. We must do this before
* mapping in the interpreter, to make sure it doesn't wind
* up getting placed where the bss needs to go.
*/
retval = set_brk(elf_bss, elf_brk);
文件系统采用CPIO格式,由BusyBox 1.2.1得到,编译到内核中。
交叉工具链由Buildroot构建,采用uClib库。
单板启动到“Freeing unused kernel memory: 972k freed”后,挂死;
跟踪Linux 2.6.17的内核启动代码:
static int init(void * unused)
{
。。。。。。
if (sys_open((const char __user *) "/dev/console", O_RDWR, 0) elf_ex.e_entry :0x%8xn", loc->elf_ex.e_entry);
printk(KERN_WARNING "load_bias: 0x%8xn", load_bias);
printk(KERN_WARNING "elf_bss: 0x%8xn", elf_bss);
printk(KERN_WARNING "elf_brk: 0x%8xn", elf_brk);
printk(KERN_WARNING "start_code: 0x%8xn", start_code);
printk(KERN_WARNING "end_code: 0x%8xn", end_code);
printk(KERN_WARNING "start_data: 0x%8xn", start_data);
printk(KERN_WARNING "end_data: 0x%8xn", end_data);
/* Calling set_brk effectively mmaps the pages that we need
* for the bss and break sections. We must do this before
* mapping in the interpreter, to make sure it doesn't wind
* up getting placed where the bss needs to go.
*/
retval = set_brk(elf_bss, elf_brk);
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
站内导航:
特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!