升级Red Hat 9.0(kernel 2.4.20-8) 至 linux kernel 2.6.15 笔记(最全) Author: Kendiv 整理于: 2006/02/01 *********************************** 一、安装必要工具 *********************************** 1. 安装module-init-tools-3.2.tar.gz 下载地址:http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/ 安装方法: #tar zxvf module-init-tools-3.2.tar.gz #cd modules-init-tools-3.2 #./configure --prefi...
by Kendiv - 内核/嵌入技术 - 2006-03-11 01:28:22 阅读(3125) 回复(2)
有没有人用过 MontaVista linux professional Edition,or Ver2.1? 如果有这方面的资料,可否分享一下? 多谢,多谢。。。
1) Which of the following command lines can be used to convert a file containing DOS-style CR-LF line endings into Unix-style LF line endings? Assume for this question that the DOS-style file is called 'dosfile', and we want the modified contents in 'unixfile' a) sed 's/\r//' dosfile >; unixfile b) tr -d '\r' < dosfile >; unixfile c) dos2unix dosfile unixfile d) strip '\r' < dosfile >; uni...
Anatomy of the linux kernel History and architectural decomposition Document options Print this page E-mail this page Document options requiring JavaScript are not displayed Watch these demos Integrate new tools and architectures into your environment - fast! --> Rate this page Help us improve this content Level: Intermediate M. Tim Jones ( [email=mtj@mtjones.com?subject=Anatomy ...
有个职位跟大家分享下... 北京(Bei Jing) Senior Software Developer(C/linux) 1 4年以上的linux相关的工作经验。 2 熟悉linux系统,精通linux下的c编程 3 对常用的应用代理协议(http,smtp,pop3,ftp)有较深入的了解,有应用代理协议的编程经验。 或者对linux kernel有深入的了解,有kernel相关的编程经验。 4 有良好的团队合作精神。能够承受较大的工作压力。 有兴趣请加:[email]zhangjing.easy@hotmail.com[/email]
偶星期5回家去了中山图书馆借了本<深入分析INUX内核源代码>,看了一晚和星期六一个下午.把 第一章<走进linux>和第二章<linux运行的硬件基础>看了两次.刚才坐车回学校那两个多少时 看到第三章<中断机制>开始有些吃力了.因为里面有些AT&T汇编有些看不懂8259A的参数 书本也没有足够提供. 在这里我不讨论黑客这词大家对它的含意.在这里也不用黑客这词,而改用"*客" 第一次遇到这本书经过这一两天我反思: 1. *...