在编译到#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
cat bzImage > /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 [1] : *** [zlilo] Error 1
make [2] : Leaving directory '/usr/src/linux-2.4.22/arch/i386/boot'
make : ***[bzlilo] Error 2