linux kernel - favorer/record GitHub Wiki

linux内核设计与实现读书资料

社区:http://veger.kernel.org/
www.tux.org/lkml/ faq
www.kernelnew-bies.org/ 内核新手
www.lwn.net/ linux新闻周刊 www.kerneltraffic.org 内核直通车,邮件列表摘要

  • 操作系统设计书籍
    H.Deitel,P.Deitel, and D.Choffines: Operating Systems. 操作系统理论书籍
    Tanenbaum,Andrew.Operating Systems: Design and Implementation.Prentice Hall,1997. 介绍Minix
    Tanenbaum,Andrew.Modern Operating Systems.Prentice Hall,2001. 介绍标准和现代操作系统,如unix和windows区别。
    A.Silberschatz,P.Galvin, GGagne.Operating System Concepts.Hohn Wiley and Sons,2001.操作系统设计。恐龙宝典。
  • Unix内核书籍
    Bach,Maurice.The Design of the Unix Operating System.Prentice Hall,1986.unix操作系统设计
    M.McKusick,K.Bositic,M.Karels and J.Quarterman. The Design and Implementation of the 4.4BSD Operating System.Addison-Wesley,1996.
    M.Mckusick and G.Neville-Neil:The Design and Implementation of the free BSD Operating System. 介绍bsd5
    J.Mauro and R.McDougall.Solaris Internals:Core Kernel Architecture.Prentice Hall,2000. C.Cooper and C.Moore:HP-UX lli Internals.介绍Hp-UX和PA—RISC
    Vahalia,Uresh.Unix Internals:The New Frontiers,Prentice Hall,1995.现代unix线程管理和内核抢占等。
    Schimmel,Curt. UNIX System for Morden Architectures:Symmetric Multiprocessing and Caching for Kernel Programmers.Addison-Wesley,1994.
  • linux内核书籍
    A.Rubini and J.Corbet.Linux Device Drivers.O'Reilly and Associates,2001. D.Mosberger and S.Eranian.IA-64 Linux Kernel:Design and Implementation.Prentice Hall,2002.介绍Intel Itanium体系结构
    Understanding the Linux Kernel. Daniel P. Bovet and Marco Cesati内核巨著
  • 其他内核书籍
    M.Kogan and H.Deitel.The Design of OS/2.Addison-Wesley,1996.
    D.Solonmon and M.Russinovich.Inside Windows 2000.Microsoft Press,2000.
    Richter,Jeff.Advanced Windows.Microsoft Press,1997.
  • Unix API
    Stevens W.Richard.Advanced Programming in the UNIX Environment.Addison-Wesley,1992.
    Stevens W.Richard.UNIX Network Programming Volume 1.Prentice Hall,1998.
    M.Johnson and E.troan.Linux Application Development.Addison-Wesley,1998.
  • 其他书籍
    Knuth,Donald.The Art of Computer Programming,Volume 1.Addison-Wesley,1997 重点,一本无价的计算机科学算法基础书籍,内存管理最佳适应算法和最坏适应算法
    Hofstadter,Douglas.Godel,Escher,Bach:An Eternal Golden Braid,Basic Books,1999. 人类思想研究,众多主题。
  • C语言书籍
    B.Kernighan and D.Ritchie.The C Programming Language.Prentice Hall,1988. Peter Vom der Linden.Expert C.Programming.
  • 站点
    Kernel Traffic,Linux Weekly News,Kernel Newbies,官网,kernelTrap新闻访谈,OSNews,勘误,内核学习和实践