|
请问有谁在sun workstation上编译过linux内核. 我想在sun 上编译内核, 可是总不成功, 请高手帮忙. 以下是我编译的步骤:
从kernel.org下载linux-2.2.16.tar.gz , 然后解压在/usr/src/2.2.16内. 然后进入 2.2.16/ 执行以下命令:
make menuconfig
make dep
make vmlinux
make modules
make modules_install
然后将 2.2.16/vmlinux 2.2.16/System.map 拷贝到 /boot/ vmlinux-2.2.16 /boot/System.map.2.2.16
再修改silo, 加入以下语句:
image=/vmlinux-2.2.16
label=new
重启机器, 选择 new, 出现错误:
Fatal error : Image too large to fit in destination.
Image not found. Try again.
我检查vmlinux, 发现它的大小是29M. 我把它压缩后, 重启, 但又出现错误:
Decompression error: Uncompressed image too long - wouldn't fit into
destination. Image not found. Try again.
请问如何解决?
![](static/image/smiley/default/icon_question.gif) |
|