| 5-3.Compile the MAKEDEV and create the device files 1. MAKEDEVソースコードを/mnt/target1/usr/srcに展開 $cd /mnt/target1/usr/src $tar -xzvf /usr/src/local/linuxdev/MAKEDEV-2.3.1.tar.gz $cd MAKEDEV-2.3.1 2. Compile of MAKEDEV $ROOT=/mnt/target1 make install これで/mnt/target1ディレクトリの/devにMAKEDEVスクリプトが導入される 3. デバイスファイルの作成 $cd /mnt/target1/dev $./MAKEDEV generic /mnt/target1の/dev以下をリストすると作成されたデバイスが確認できます |