カーネルを 一時保管します。
$ pwd /home/ksim/proj/kernel/linux-2.4.18 $ ls COPYING Makefile System.map include/ lib/ vmlinux* CREDITS README arch/ init/ mm/ Documentation/ REPORTING-BUGS drivers/ ipc/ net/ MAINTAINERS Rules.make fs/ kernel/ scripts/ $ ls -l arch/i386/boot/bzImage -rw-r--r-- 1 ksim users 805060 4月 5日 21:26 arch/i386/boot/bzImage $ ls -l System.map -rw-r--r-- 1 ksim users 446699 4月 5日 21:26 System.map $ ls -l vmlinux -rwxr-xr-x 1 ksim users 2236450 4月 5日 21:26 vmlinux* $ ls -al .config -rw-r--r-- 1 ksim users 18191 4月 5日 21:22 .config $ ls -a ${PRJROOT}/images ./ ../
したら保管しましょう
$ cp arch/i386/boot/bzImage ${PRJROOT}/images/bzImage-uclibc-01
$ cp System.map ${PRJROOT}/images/System.map-uclibc-01
$ cp vmlinux ${PRJROOT}/images/vmlinux-uclibc-01
$ cp .config ${PRJROOT}/images/uclibc-01.config
$ ls -l ${PRJROOT}/images
合計 3448
-rw-r--r-- 1 ksim users 446699 4月 5日 22:53 System.map-uclibc-01
-rw-r--r-- 1 ksim users 805060 4月 5日 22:53 bzImage-uclibc-01
-rw-r--r-- 1 ksim users 18191 4月 5日 22:55 uclibc-01.config
-rwxr-xr-x 1 ksim users 2236450 4月 5日 22:54 vmlinux-uclibc-01*
にゃんたろう 拝!
2011年 4月 6日 (水) 21:05:43 JST 作成
2011年 7月27日 (水) 22:01:32 JST 改定