|
|
我编译新内核时的问题:
[root@localhost linux-2.6.16.15]# make menuconfig
......
scripts/kconfig/mconf arch/i386/Kconfig
#
# using defaults found in /boot/config-2.6.9-5.EL
#
/boot/config-2.6.9-5.EL:16:warning: trying to assign nonexistent symbol CLEAN_COMPILE
/boot/config-2.6.9-5.EL:56:warning: trying to assign nonexistent symbol MODULE_SIG
/boot/config-2.6.9-5.EL:57:warning: trying to assign nonexistent symbol MODULE_SIG_FORCE
/boot/config-2.6.9-5.EL:104:warning: trying to assign nonexistent symbol X86_4G
/boot/config-2.6.9-5.EL:105:warning: trying to assign nonexistent symbol X86_SWITCH_PAGETABLES
/boot/config-2.6.9-5.EL:106:warning: trying to assign nonexistent symbol X86_4G_VM_LAYOUT
/boot/config-2.6.9-5.EL:107:warning: trying to assign nonexistent symbol X86_UACCESS_INDIRECT
/boot/config-2.6.9-5.EL:108:warning: trying to assign nonexistent symbol X86_HIGH_ENTRY
/boot/config-2.6.9-5.EL:150:warning: trying to assign nonexistent symbol ACPI_BOOT
/boot/config-2.6.9-5.EL:151:warning: trying to assign nonexistent symbol ACPI_INTERPRETER
/boot/config-2.6.9-5.EL:164:warning: trying to assign nonexistent symbol ACPI_BUS
/boot/config-2.6.9-5.EL:167:warning: trying to assign nonexistent symbol ACPI_PCI
/boot/config-2.6.9-5.EL:187:warning: trying to assign nonexistent symbol CPU_FREQ_PROC_INTF
/boot/config-2.6.9-5.EL:194:warning: trying to assign nonexistent symbol CPU_FREQ_24_API
....... |
|