[root@localhost linux-2.6.8.1]# make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.8.1/arch/i386/boot/install.sh 2.6.8.1 arch/i386/boot/bzImage System.map ""
就是这个样子,不用make install还有别的办法?
忙了一天,实在是有点郁闷..................
[quote:48b29f02f0="wintersky"][root@localhost linux-2.6.8.1]# make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.8.1/arch/i386/boot/install.sh 2.6.8.1 arch/i386/boot/bzImage System.map ""
就是这个样子,不用make install还有别的办法?
忙了一天,实在是有点郁闷..................[/quote]
我有完全相同的问题:
内核编译时到这里停住了:
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.6.8.1; fi
HOSTCC scripts/basic/split-include
make[1]: “arch/i386/kernel/asm-offsets.s”是最新的。
CHK include/linux/compile.h
Kernel: arch/i386/boot/bzImage is ready
sh /mnt/data/linux-2.6.8.1/arch/i386/boot/install.sh 2.6.8.1 arch/i386/boot/bzImage System.map ""