摘要: inux Bash内置命令大全详细介绍 2010-06-23 14:45 佚名 电子工业出版社 我要评论(0) 字号:T | T 《solaris 10系统管理》第10章Solaris 10调度系统任务,本章介绍Solaris 10的shell内置命令和UNIX命令列表。限于篇幅,本书的附录从网址www.broadview.com.cn 下载,由于Solaris系统命令众多这里不可能一一介绍,读者... 阅读全文
posted @ 2011-07-21 17:23 katago 阅读(2048) 评论(0) 推荐(0)
摘要: 先介绍一些名词: Physical Address Extension (PAE) : 一些x86处理器的属性,使得处理器可以访问超过4G的内存。x86处理器加了一些地址线,所以使用PAE后就可以 http://en.wikipedia.org/wiki/Physical_Address_Extension http://msdn.microsoft.com/en-us/library/aa366... 阅读全文
posted @ 2011-07-21 16:04 katago 阅读(170) 评论(0) 推荐(0)
摘要: 要点是编译时候加-D_FILE_OFFSET_BITS=64宏,程序中把使用fseek,ftell的地方分别换成fseeko,ftello。 ----------------------------------------------------- man fseeko DESCRIPTION The fseeko() and ftello() functions are identical to... 阅读全文
posted @ 2011-07-21 11:44 katago 阅读(1664) 评论(0) 推荐(0)
摘要: http://www.suse.de/~aj/linux_lfs.html 全面介绍 Using LFS For using LFS in user programs, the programs have to use the LFS API. This involves recompilation and changes of programs. The API is documented in... 阅读全文
posted @ 2011-07-21 11:39 katago 阅读(1013) 评论(0) 推荐(0)