Quick & Win -- 五多
pascal4123
全部博文(607)
2011年(2)
2010年(15)
2009年(58)
2008年(172)
2007年(211)
2006年(149)
一点微笑
banboo83
sky1234
yg_quant
cynthia
Bsolar
浪花小雨
kindey12
michaely
分类: LINUX
2006-09-20 15:30:34
Bibliography Most of the information in this book has been extracted from the kernel sources, which are the best documentation about the Linux kernel. On sunsite.unc.edu and all its mirrors you can also find several device drivers, which can surely help in writing your own. This book covers the design and implementation of the Linux kernel in great detail. It is more oriented toward providing an understanding of the algorithms used than documenting the kernel API. The Linux Core Kernel Commentary is mostly a large listing of the core kernel code, with 150 pages of commentary at the end. It can be useful for trying to figure out what is happening in a particular part of the kernel. Every detail of Unix system calls is described herein, which is a good companion when implementing advanced features in the device methods.
Most of the information in this book has been extracted from the kernel sources, which are the best documentation about the Linux kernel.
On sunsite.unc.edu and all its mirrors you can also find several device drivers, which can surely help in writing your own.
This book covers the design and implementation of the Linux kernel in great detail. It is more oriented toward providing an understanding of the algorithms used than documenting the kernel API.
The Linux Core Kernel Commentary is mostly a large listing of the core kernel code, with 150 pages of commentary at the end. It can be useful for trying to figure out what is happening in a particular part of the kernel.
Every detail of Unix system calls is described herein, which is a good companion when implementing advanced features in the device methods.
Back to:
© 2001, O'Reilly & Associates, Inc.
上一篇:Linux Device Drivers: Phy Layout of the Kernel Src
下一篇:用 continuation 开发复杂的 Web 应用程序
登录 注册