Size: 3754
Comment:
|
Size: 3065
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 5: | Line 5: |
If something is already documented elsewhere on this site, please link to that other document instead of trying to duplicate it here. Hyperlinks exist for a reason. | 如果在這個網站某些東西在某處已經文件化, 請連結到那些文件而非試著在這重複. 這是超連結 存在 的 理由. |
Line 7: | Line 7: |
1. Introduction to Linux Kernel( A short Description with various good link about linux kernel) 1. What is the Kernel? 2. What I Can do with the Linux Kernel( Some impressive word). 3. Which Programming language? 4. Kernel Books 5. *add more 2. Getting Source Code 1. Why should i get source code? 2. How to get Source Code? 3. Where i should look to get latest kernel? 4. *Add more 3. /System requirements for Kernel Hacking. 1. GCC,GDB,KGDB patch. 2. Making room for source code. 3. Preparing to test the new kernel( Virtual Machine, UML, Serial port configuration). 4. add more 4. /Compiling and Installing the kernel. 1. Why to recompile the kernel 2. How to make the new kernel version 3. Understanding the kernel versioning system 4. Configure the kernel to be compiled 5. Compile procedure for 2.4 and 2.6 kernel 6. Install the kernel image into your hard disk 7. Boot Loader Configuration( Grub and LILO) 8. Applying kernel patches 9. Boot the New kernel 10. Add more 5. /Overview of the Linux kernel source code tree. 1. Small description about each directory. 2. add more 6. Changes between 2.4 kernel to 2.6 kernel( New features). 1. Add more 7. Debugging Kernel 1. What should I have to fix a bug? 2. Function printk(). 3. Error oops. 4. Additional compiling options. 5. Causing errors and printing extra informations. 6. Magic SysRq Key. 7. How to use debuggers? 8. When everything fail. 9. Add more 8. /Kernel Programming Style Guidelines 1. In-code Comments 2. Add more 9. /Subsystems 1. Process Creating, Management and Destroing 2. Process Scheduling 3. Inter Process Communication 4. Memory Addressing 5. Memory Management 6. Reclaiming Pages 7. Process Address Space 8. Exceptions and Interrupts Handling 9. Deferring Work: Tasklets and SoftIRQ 10. Synchronization 11. Time Management 12. System Calls 13. Virtual File System 14. Accessing Directories and Files 15. Block I/O Layer 16. Page Cache 17. Security Subsystem and SELinux 18. TCP/IP Stack and Netfilter 19. Device Drivers, Kobjects and Sysfs 20. Module Management: Insert Code at Run-Time 21. Add More 10. API (Kernel Internal Use) 1. Linked Lists 2. Radix Trees 3. Red-Black Trees 4. Hash Tables 11. Device Drivers 1. Character Drivers 2. Block Drives 3. Network Drivers 4. USB 5. Add More 12. How to contribute to kernel community? 13. How to get help? 14. How can i help? |
1. . 介紹 Linux 核心 (一份以不同種類關於linux核心連結的簡短描述) 1. 核心是什麼? 1. 我可以用 Linux 核心作些什麼事?(一些另人印象深刻的話語). 1. 何種程式語言? 1. 核心書籍 1. *增加更多 1. 取得原始碼 1. 為何 我需要 取得 原始碼 ? 1. 如何取得原始碼? 1. 我應該從哪裡取得最新的核心? 1. *增加更多 1. 針對核心探索的 [:System requirements:/System requirements] 1. GCC,GDB,KGDB 修補程式. 1. 給 原始碼 另闢一個空間. 1. 準備測試新的核心( 虛擬機器, UML, 序列阜配置). 1. 增加更多 4.[:Compiling and Installing:/Compiling and Installing] 核心 1. Why to recompile the kernel 1. How to make the new kernel version 1. Understanding the kernel versioning system 1. Configure the kernel to be compiled 1. Compile procedure for 2.4 and 2.6 kernel 1. Install the kernel image into your hard disk 1. Boot Loader Configuration( Grub and LILO) 1. Applying kernel patches 1. Boot the New kernel 1. Add more 1. . /Overview of the Linux kernel source code tree. 1. Small description about each directory. 1. add more 1. Changes between 2.4 kernel to 2.6 kernel( New features). 1. Add more 1. . Debugging Kernel 1. . What should I have to fix a bug? 1. . Function printk(). 1. . Error oops. 1. . Additional compiling options. 1. . Causing errors and printing extra informations. 1. . Magic SysRq Key. 1. . How to use debuggers? 1. . When everything fail. 1. Add more 1. . /Kernel Programming Style Guidelines 1. In-code Comments 1. Add more 1. . /Subsystems 1. Process Creating, Management and Destroing 1. Process Scheduling 1. Inter Process Communication 1. Memory Addressing 1. Memory Management 1. Reclaiming Pages 1. Process Address Space 1. . Exceptions and Interrupts Handling 1. Deferring Work: Tasklets and SoftIRQ 1. Synchronization 1. Time Management 1. System Calls 1. Virtual File System 1. Accessing Directories and Files 1. Block I/O Layer 1. Page Cache 1. Security Subsystem and SELinux 1. TCP/IP Stack and Netfilter 1. Device Drivers, Kobjects and Sysfs 1. Module Management: Insert Code at Run-Time 1. Add More 1. . API (Kernel Internal Use) 1. . Linked Lists 1. . Radix Trees 1. . Red-Black Trees 1. . Hash Tables 1. . Device Drivers 1. Character Drivers 1. Block Drives 1. Network Drivers 1. USB 1. Add More 1. How to contribute to kernel community? 1. How to get help? 1. How can i help? |
Suman Adak 提出的排版如下.
請建立一份新的次頁 (例: 簡介) 給每個 章節, 因為這份文件 可能 最後 會非常龐大 ...
如果在這個網站某些東西在某處已經文件化, 請連結到那些文件而非試著在這重複. 這是超連結 存在 的 理由.
- . 介紹 Linux 核心 (一份以不同種類關於linux核心連結的簡短描述)
- 核心是什麼?
- 我可以用 Linux 核心作些什麼事?(一些另人印象深刻的話語).
- 何種程式語言?
- 核心書籍
- *增加更多
- 取得原始碼
- 為何 我需要 取得 原始碼 ?
- 如何取得原始碼?
- 我應該從哪裡取得最新的核心?
- *增加更多
- 針對核心探索的 [:System requirements:/System requirements]
- GCC,GDB,KGDB 修補程式.
- 給 原始碼 另闢一個空間.
- 準備測試新的核心( 虛擬機器, UML, 序列阜配置).
- 增加更多
4.[:Compiling and Installing:/Compiling and Installing] 核心
- Why to recompile the kernel
- How to make the new kernel version
- Understanding the kernel versioning system
- Configure the kernel to be compiled
- Compile procedure for 2.4 and 2.6 kernel
- Install the kernel image into your hard disk
- Boot Loader Configuration( Grub and LILO)
- Applying kernel patches
- Boot the New kernel
- Add more
- . /Overview of the Linux kernel source code tree.
- Small description about each directory.
- add more
- Changes between 2.4 kernel to 2.6 kernel( New features).
- Add more
- . Debugging Kernel
- . What should I have to fix a bug?
- . Function printk().
- . Error oops.
- . Additional compiling options.
- . Causing errors and printing extra informations.
. Magic SysRq Key.
- . How to use debuggers?
- . When everything fail.
- Add more
- . /Kernel Programming Style Guidelines
- In-code Comments
- Add more
- . /Subsystems
- Process Creating, Management and Destroing
- Process Scheduling
- Inter Process Communication
- Memory Addressing
- Memory Management
- Reclaiming Pages
- Process Address Space
- . Exceptions and Interrupts Handling
- Deferring Work: Tasklets and SoftIRQ
- Synchronization
- Time Management
- System Calls
- Virtual File System
- Accessing Directories and Files
- Block I/O Layer
- Page Cache
- Security Subsystem and SELinux
- TCP/IP Stack and Netfilter
- Device Drivers, Kobjects and Sysfs
- Module Management: Insert Code at Run-Time
- Add More
- . API (Kernel Internal Use)
- . Linked Lists
- . Radix Trees
- . Red-Black Trees
- . Hash Tables
- . Device Drivers
- Character Drivers
- Block Drives
- Network Drivers
- USB
- Add More
- How to contribute to kernel community?
- How to get help?
- How can i help?