为 AIX 编写内核扩展
我即将踏上为 AIX 6.1 编写一些内核扩展的旅程。
如果他们能为我提供一些帮助,帮助我查找书籍、文章、博客……无论我能得到什么信息,我都会非常非常乐意为社区服务。
我已经检查过IBM网站了。 但我需要更多信息。
感谢您的回答。
I am about to embark on a journey to write some kernel extensions for AIX 6.1.
I would be very very great full to the community ,if they could provide me some assistance in finding books , articles , blogs..whatever info i can get.
I have already checked the IBM site. But I need more info.
Thanks for your answers.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有几本 IBM 红皮书可供使用:
如果它们适用于旧版本的 AIX,请不要太担心,自 5.1 以来并没有太大的变化,甚至旧版本中的内容可能仍然适用。
http://www.redbooks.ibm.com/abstracts/sg245674.html(开发和移植C/C++程序)
http://www.redbooks.ibm.com/abstracts/sg244946.html(编写可靠的 AIX 守护进程)
http://www.redbooks.ibm.com/abstracts/sg246034.html(AIX 5L移植指南)
希望您已经看过官方文档:(内核扩展和设备支持编程概念)
http: //publib.boulder.ibm.com/infocenter/aix/v6r1/topic/com.ibm.aix.kernelext/doc/kernextc/kernextc.htm
马库斯
There are a couple of IBM Redbooks available:
Don't worry too much if they are for older versions of AIX, there has not be that much change since 5.1 and may things from even older versions still apply.
http://www.redbooks.ibm.com/abstracts/sg245674.html (developing and porting C/C++ programs)
http://www.redbooks.ibm.com/abstracts/sg244946.html (writing reliable AIX daemons)
http://www.redbooks.ibm.com/abstracts/sg246034.html (AIX 5L porting guide)
I hope you have seen the official documentation: (Kernel Extensions and Device Support Programming Concepts)
http://publib.boulder.ibm.com/infocenter/aix/v6r1/topic/com.ibm.aix.kernelext/doc/kernextc/kernextc.htm
Markus