e6tu 发表于 2003-9-28 18:39:42

急问!内核编译中的问题!请帮忙!

在编译到#make bzlilo时,出现了以下错误:
warning:kernel is too big for standalone boot from floppy
if [ -f /vmlinuz ]; then mv /vmlinuz /vmlinuz.old; fi
if [ -f /System.map ]; then mv /System.map /System.old; fi
catbzImage > /vmlinuz
cp /usr/src/linux-2.4.22/System.map /
if [ -x /sbin/lilo ]; then /sbin/lilo; else /etc/lilo/install; fi
Added linuxnew
Fatal: No images have been defined.
make : *** Error 1
make : Leaving directory '/usr/src/linux-2.4.22/arch/i386/boot'
make : *** Error 2


请问我该怎么办才好?
谢谢了!

Dragonfly 发表于 2003-9-29 03:23:20

use make bzImage and make install

e6tu 发表于 2003-9-29 12:03:15

But there are still error:
warning:kernel is too big for standalone boot from floppy
页: [1]
查看完整版本: 急问!内核编译中的问题!请帮忙!