* Site
1. Linux kernel newbies
Comment : 간략하게 둘러본 결과, 각종 문서의 링크가 잘 정리 되어 있고 "FAQ" 을 보면 kernel compile 방법에서 부터 참고할 만한 것이 있다.
2. LinuxChix Kernel Hacking Lessons
3. Linux Kernel Mailing list
URL : https://lkml.org/
Comment : bug 및 patch 사항
4. Linux Weekly News
URL : http://lwn.net/
Comment : Linux Weekly News 이다. 여기는 매주 업데이트 되지만, 구독을 하지 않는다면 한주전의 사항만 확인 가능하다.
* 도서
1. Linux Kernel in a Nutshell
- Greg Kroah-Hartman, O'Reilly Media, Inc. (December 14, 2006)
- kernel build 및 간략한 개발 방법 등.
- E-book (pdf version) 등을 검색하여 얻을 수 있다.
2. Understanding the Linux Kernel, 3rd Edition
- Daniel Bovet, Marco Cesati, O'Reilly Media, Inc. (November 14, 2006)
- 내용이 방대하고 자세히 나온 책, 차근차근 읽어 나가기엔 너무 지루 한듯.
발췌용으로 자세히 알고 싶은 부분을 중점으로 읽으면 좋을 듯하다.
- 한글판이 있음, E-book (pdf version) 등을 검색하여 얻을 수 있다.
3. Linux Kernel Development, 3rd Edition
- Robert Love, Addison Wesley (2010)
- 적당한 분량의 책, 물론 읽기에는 조금 벅찬 듯
- 2rd Edition은 한글판을 본 듯 한데, 3rd Edition은 모르겠음.
4. Linux Device Drivers
- Jonathan Corbet, Alessandro Rubini, Greg Kroah-Hartman
5. Professional Linux Kernel Architecture
- Wrox, Wolfgang Mauerer
- 현재 틈틈히 보고 있는 책, 책의 분량은 방대하며 소스 레벨에서 하나 하나 설명해 놓은 책, 정리하며 봐야 할듯
- E-book (pdf version) 등을 검색하여 얻을 수 있다.
'Linux Kernel Study' 카테고리의 다른 글
Professional Linux Kernel Architecture - Chapter 2, 2.3.1 (0) | 2011.03.03 |
---|---|
Professional Linux Kernel Architecture - Chapter 2, 2.3 (0) | 2011.02.24 |
Professional Linux Kernel Architecture - Chapter 2, 2.2.1 (0) | 2011.02.23 |
Professional Linux Kernel Architecture - Chapter 2, 2.2 (0) | 2011.02.22 |
Professional Linux Kernel Architecture - Chapter 2, Introduction ~ 2.1 (0) | 2011.02.14 |