This website works better with JavaScript
首頁
探索
說明
註冊
登入
jeremy
/
linux-insides
镜像来自
https://github.com/0xAX/linux-insides
關註
1
讚好
0
複刻
0
Files
問題管理
0
Wiki
目錄樹:
522a086be0
分支列表
標籤列表
master
linux-insides
/
SUMMARY.md
SUMMARY.md
3.4 KB
文件歷史
原始文件
Summary
Booting
From bootloader to kernel
First steps in the kernel setup code
Video mode initialization and transition to protected mode
Transition to 64-bit mode
Kernel decompression
Initialization
First steps in the kernel
Early interrupts handler
Last preparations before the kernel entry point
Kernel entry point
Continue architecture-specific boot-time initializations
Architecture-specific initializations, again...
End of the architecture-specific initializations, almost...
Scheduler initialization
RCU initialization
End of initialization
Interrupts
Introduction
Start to dive into interrupts
Interrupt handlers
Initialization of non-early interrupt gates
Implementation of some exception handlers
Handling Non-Maskable interrupts
Dive into external hardware interrupts
Initialization of external hardware interrupts structures
Softirq, Tasklets and Workqueues
Last part
System calls
Introduction to system calls
How the Linux kernel handles a system call
vsyscall and vDSO
How the Linux kernel runs a program
Timers and time management
Introduction
Clocksource framework
The tick broadcast framework and dyntick
Introduction to timers
Memory management
Memblock
Fixmaps and ioremap
[SMP]()
Concepts
Per-CPU variables
Cpumasks
Data Structures in the Linux Kernel
Doubly linked list
Radix tree
Bit arrays
Theory
Paging
Elf64
[CPUID]()
[MSR]()
[Initial ram disk]()
[initrd]()
Misc
How the kernel is compiled
Linkers
Linux kernel development
[Write and Submit your first Linux kernel Patch]()
[Data types in the kernel]()
Useful links
Contributors