求救:kernel BUG at page_alloc.c??

发布于 2022-09-29 17:09:39 字数 1291 浏览 9 评论 0

小弟我刚刚接触uclinux,弄了块华邦的w90p710板子在跑,我用Vmware+redhat9.0,把uclinux源代码和交叉编译工具弄好后编译出了linux.bin,我的sdram地址是0x0,flash地址是0x7f000000,linux.bin烧到0x7f200000,在0x8000运行,romfs.img烧到0x7f020000,运行时load到0xd00000,下在是把linux.bin烧到flash后运行时超级终端的显示,请问各位大侠我应该怎么弄才好?
kernel BUG at page_alloc.c:235!
kernel BUG at page_alloc.c:211!
kernel BUG at page_alloc.c:247!
PPP generic driver version 2.4.2
PPP Deflate Compression module registered
PPP BSD Compression module registered
Welcome wireless network!
GPIO: d0
wireless driver reset failed, dfff
prism: error -5 registering device "wlan0"
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP
kernel BUG at page_alloc.c:235!
kernel BUG at page_alloc.c:211!
kernel BUG at page_alloc.c:247!
IP: routing cache hash table of 512 buckets, 4Kbytes
kernel BUG at page_alloc.c:235!
kernel BUG at page_alloc.c:211!
kernel BUG at page_alloc.c:247!
kernel BUG at page_alloc.c:235!
kernel BUG at page_alloc.c:211!
kernel BUG at page_alloc.c:247!
TCP: Hash tables configured (established 512 bind 1024)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

云归处 2022-10-06 17:09:39

原帖由 zhenfanhei 于 2007-7-7 16:39 发表于 1楼  
小弟我刚刚接触uclinux,弄了块华邦的w90p710板子在跑,我用Vmware+redhat9.0,把uclinux源代码和交叉编译工具弄好后编译出了linux.bin,我的sdram地址是0x0,flash地址是0x7f000000,linux.bin烧到0x7f200000,在0x80 ...

直接去对应的代码文件中看看是怎么回事。

淡莣 2022-10-06 17:09:39

运行到start_kernel()中的mem_init时出现了问题,不知道是什么问题
kernel BUG at page_alloc.c:165!
kernel BUG at page_alloc.c:167!
kernel BUG at page_alloc.c:165!
kernel BUG at page_alloc.c:167!
kernel BUG at page_alloc.c:165!
kernel BUG at page_alloc.c:167!
kernel BUG at page_alloc.c:165!
kernel BUG at page_alloc.c:167!
kernel BUG at page_alloc.c:112!
kernel BUG at page_alloc.c:114!
kernel BUG at page_alloc.c:112!
kernel BUG at page_alloc.c:165!
kernel BUG at page_alloc.c:167!
kernel BUG at page_alloc.c:112!
kernel BUG at page_alloc.c:114!
kernel BUG at page_alloc.c:118!
kernel BUG at page_alloc.c:165!
kernel BUG at page_alloc.c:167!
Unhandled fault: vector exception (0) at 0x00000001
fault-common.c(97): start_code=0xe8bd8001, start_stack=0xe8bd900f)
Unhandled fault: vector exception (0) at 0x00000001
fault-common.c(97): start_code=0xe8bd8001, start_stack=0xe8bd900f)
kernel BUG at sched.c:686!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文