Size: 3069
Comment:
|
Size: 3074
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 13: | Line 13: |
1. 取得原始碼 | 2. 取得原始碼 |
Line 18: | Line 18: |
1. 針對核心探索的 [:System requirements:/System requirements] | 3. 針對核心探索的 [:System requirements:/System requirements] |
Line 34: | Line 34: |
1. Linux 核心 原始碼樹狀的[:概要:/Overview]. | 5. Linux 核心 原始碼樹狀的[:概要:/Overview]. |
Line 37: | Line 37: |
1. 核心 2.4 和 2.6 之間的變更 ( 新特色). | 6. 核心 2.4 和 2.6 之間的變更 ( 新特色). |
Line 39: | Line 39: |
1. 核新除錯 | 7. 核新除錯 |
Line 49: | Line 49: |
1. [:/Kernel Programming Style Guidelines:核心撰寫風格方針] | 8. [:/Kernel Programming Style Guidelines:核心撰寫風格方針] |
Line 52: | Line 52: |
1. [:/Subsystems:子系統] | 9. [:/Subsystems:子系統] |
Line 74: | Line 74: |
1. . API (Kernel Internal Use) | 10. . API (Kernel Internal Use) |
Line 79: | Line 79: |
1. . Device Drivers | 11. . Device Drivers |
Line 85: | Line 85: |
1. How to contribute to kernel community? 1. How to get help? 1. How can i help? |
12. How to contribute to kernel community? 13. How to get help? 14. How can i help? |
Suman Adak 提出的排版如下.
請建立一份新的次頁 (例: 簡介) 給每個 章節, 因為這份文件 可能 最後 會非常龐大 ...
如果在這個網站某些東西在某處已經文件化, 請連結到那些文件而非試著在這重複. 這是超連結 存在 的 理由.
- . 介紹 Linux 核心 (一份以不同種類關於linux核心連結的簡短描述)
- 核心是什麼?
- 我可以用 Linux 核心作些什麼事?(一些另人印象深刻的話語).
- 何種程式語言?
- 核心書籍
- *增加更多
- 取得原始碼
- 為何 我需要 取得 原始碼 ?
- 如何取得原始碼?
- 我應該從哪裡取得最新的核心?
- *增加更多
- 針對核心探索的 [:System requirements:/System requirements]
- GCC,GDB,KGDB 修補程式.
- 給 原始碼 另闢一個空間.
- 準備測試新的核心( 虛擬機器, UML, 序列阜配置).
- 增加更多
4.[:Compiling and Installing:/Compiling and Installing] 核心
- 為何重新編譯核心
- 如何建立新的核心版本
- 瞭解 核新版本系統
- 設定被編譯的核心
- 針對2.4 和 2.6 核心的 編譯 流程
- 安裝 核心映像檔到你的 硬碟
- 開機設定( Grub 和 LILO)
- 適用核心修補程式
- 啟動新的核心
- 增加更多
- Linux 核心 原始碼樹狀的[:概要:/Overview].
- 對於每個目錄的簡短描述
- 增加更多
- 核心 2.4 和 2.6 之間的變更 ( 新特色).
- 增加更多
- 核新除錯
- . 我應該準備什麼工具來修正臭蟲?
- . 函式 printk().
- . 錯誤 oops.
- . 額外的 編譯選項.
- . 導致錯誤和印出更多的訊息.
. 魔術 SysRq 關鍵.
- . 如何使用除錯程式?
- . 何時 當每件事失敗.
- 增加更多
- [:/Kernel Programming Style Guidelines:核心撰寫風格方針]
- 程式碼內的 註解
- 增加更多
- [:/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?