Chinaunix首页 | 论坛 | 博客
  • 博客访问: 295631
  • 博文数量: 47
  • 博客积分: 1190
  • 博客等级: 少尉
  • 技术积分: 523
  • 用 户 组: 普通用户
  • 注册时间: 2008-09-14 20:30
文章分类

全部博文(47)

文章存档

2016年(1)

2012年(46)

我的朋友
LKN

分类: LINUX

2012-08-24 18:16:26

chap1.

- use non-root user to make

- don’t place kernel folder to /usr/src/linux

chap2.

- ld –v
- make --version
- util-linux, fdformat --version
- module-init-tools, depmod -V
- e2fsprogs, tune2fs
- quota-tools, quota -V
- udevinfo -V

chap4.

- make gconfig
- make xconfig
- make -j4
- make drivers/usb/serial
- make M=drivers/usb/serial
- make drivers/usb/serial/visor.ko
- make O=~/linux/output
- make ARCH=arm CROSS_COMPILE=arm-linux-

chap5.

Auto install
- make modules_install
- make install

Manual install
- make modules_install
- make kernelversion
- cp archxxxx/bzImage /boot/bzImage-KERNEL_VERSION
- cp System.map /boot/System.map-KERNEL_VERSION

阅读(995) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~