# 表題 linux kernel 2.2.26 の設定 # # 履歴 2004/06/26 小高正嗣 ■ ハードウェア HITACHI Prius 100F5TVP ■ ソース ftp.ep.sci.hokudai.ac.jp より linux-2.2.26.tar.gz をダウンロード 事前に以下のパッケージをインストールしておく. libncurses5-dev kernel-package ■ カーネルの設定 # cd /usr/src # gunzip linux-2.2.26.tar.gz # tar xvf linux-2.2.26.tar # ln -s linux-2.2.26 linux # cd linux # make xconfig 以下, デフォルトとの変更点のみ記載. ATI RADEON 関連の組み込みをわすれないように注意する. Processor type and features - /dev/cpu/microcode support y - /dev/cpu/*/msr support y - /dev/cpu/*/cpuid support y - Symmetric multi-processing support n Loadable module support - Kernel module loader y General Setup - Prallel port support y - PC Style Hardware m - Advanced Powe Mnagement y Plug and Play - Plug and Play support y Block device - Loopback device support y - Other IDE chipset support y - ALI M14XX support y Networking options - TCP syncookies support y SCSI support - SCSI generic support y - SCSI low-level drivers - SYM53C8XX SCSI support n Networking device support - EtherExpress Pro/100 support n - PCI NE2000 support y Character devices - Enhanced Real Time Clock y USB support - support for USB y - OHCI support y - USB Human Interface Dveice support y - keyboard support m - mouse support m File systems - DOS FAT fs support y - MSDOS fs support y - Microsoft Joliet CDROM extensions y - Network file sustems - NFS file sustem support n Sound - Sound card support y - ESS Maestro y - ESS Maestro3 y - OSS sound module y - 100% Sound Blaster compatible y exit する前に設定をファイルに保存. ファイル名は kernel-conf_2004-06-24.txt. ■ カーネルとモジュールの再構築 # make dep # make-kpkg clean # make-kpkg --revision=PCF100F5TVP.1.0 kernel_image pcmcia-cs をモジュールとして構築し, インストール # make-kpkg modules_image