转自:http://euler.acadiau.ca/~043936y/index.php?job=art&articleid=a_20041209_221844
【相关文章:BASH脚本编写教程】&unicon在redhat as3up3上2.6.9内核安装过程 【扩展阅读:Linux命令-改变文件或目录的访问权限】
【扩展信息:USE参数清单中文详解】
&unicon在redhat as3up3上2.6.9内核安装过程 #所有补丁及安装文件在 http://vdr.jp/d/unicon.html 与 http://www.okpos.com/wiki/pos/unicon 下载,共有如下文件 pth-1.4.0.tar.gz unicon-3.0.4-20010924.tar.gz unicon-kernel-2.6.9-20041019.patch.bz2(此为2.6.9的内核补丁,其余内核需要打对应版本的补丁) vd_unicon-userland-20031122vd.patch(此为unicon在2.6内核的补丁,不打此补丁在2.6.x内核根本编译不过) #将以上文件全部传到/tmp目录 #将内核源文件传到/usr/src目录并解压 #进入2.6.9内核所在上级目录 cd /usr/src ln -s linux-2.6.9 linux #打内核补丁 cd /usr/src/linux mv /tmp/unicon-kernel-2.6.9-20041019.patch.bz2 ./ bunzip2 unicon-kernel-2.6.9-20041019.patch.bz2 patch p1 < unicon-kernel-2.6.9-20041019.patch #在编译2.6.9内核时选上(*表示编译进内核,m表示编译进模块) 选择"code maturity level options" 选择"prompt for development and/or incomplete code/drivers"(*) 然后"exit" 选择"device drivers" 选择"graphics support" ... 下一页