Gentooのインストールでの最大の難関(??)、kernelのコンパイルでつまづく。
いつものように、genkernelを使ってコンパイルすると…
In file included from include/asm/page.h:5, from include/asm/processor_64.h:11, from include/asm/processor.h:4, from include/linux/prefetch.h:14, from include/linux/list.h:8, from include/linux/module.h:9, from include/linux/crypto.h:21, from arch/x86/kernel/asm-offsets_64.c:7, from arch/x86/kernel/asm-offsets.c:4: include/asm/page_64.h:90:2: error: #error "CONFIG_PHYSICAL_START must be a multiple of 2MB" make[1]: *** [arch/x86/kernel/asm-offsets.s] Error 1 make: *** [prepare0] Error 2
genkernelを使わなくても同じ…。
エラーメッセージをぐぐってみると、AMD64とlinux2.6.22で発生しているらしい。でも、今のkernelは2.6.24。これはちょっと難航しそうな予感。
これからどんどん、社会人になってからの時間のほうが長くなっていくのね。