Chinaunix首页 | 论坛 | 博客
  • 博客访问: 33341
  • 博文数量: 29
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 0
  • 用 户 组: 普通用户
  • 注册时间: 2015-10-31 10:55
文章分类

全部博文(29)

文章存档

2015年(29)

我的朋友

发布时间:2015-11-04 13:07:14

一、编译Linux<br />1. 下载内核代码(linux-3.5.7.tar.bz2),缺省工作目录是/usr/src/work<br />&nbsp;&nbsp;&nbsp;&nbsp;<b>sudo</b><span class="apple-converted-space">&nbsp;</span><b>mkdir</b><span class="apple-converted-space">&nbsp;</span>-p<span class="apple-converted-space">&nbsp;</span><b>/</b>usr.........【阅读全文】

阅读(369) | 评论(0) | 转发(0)

发布时间:2015-11-04 13:06:42

完全编译过程(以下步骤都是在内核源代码目录/usr/src/linux-3.5.7&nbsp;下进行):<br />1. 清理以前编译时留下的临时文件:<br />&nbsp; &nbsp; &nbsp;sudo make mrproper<br />2. 将以前的配置拷贝过来(选做):<br />&nbsp; &nbsp; &nbsp;cp /boot/config-`uname -r` &nbsp;./.config<br />3. 配置内核选项<br /.........【阅读全文】

阅读(744) | 评论(0) | 转发(0)

发布时间:2015-10-31 11:39:33

1、在linux下工作,经常会遇到一些乱马问题,我们经常需要对文本编码进行转换。 2、Windows和Linux的回车符是不同的:在Windows下回车符是\r\n回车换行,在Linux下回车符是\n。......【阅读全文】

阅读(422) | 评论(0) | 转发(0)

发布时间:2015-10-31 11:39:03

......【阅读全文】

阅读(153) | 评论(0) | 转发(0)

发布时间:2015-10-31 11:23:41

在 X86-64上,Ubuntu 12.04上编译Linux-3.10.32内核......【阅读全文】

阅读(283) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册