|
[root@localhost linux-2.6.4]# make modules_install install
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.4; fi
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
BUILD arch/i386/boot/bzImage
Root device is (3, 7)
Boot sector 512 bytes.
Setup is 4847 bytes.
System is 4544 kB
System is too big. Try using modules.
make[1]: *** [arch/i386/boot/bzImage] Error 1
make: *** [install] Error 2 |
|