This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
jeremy
/
linux-insides
oglindă de
https://github.com/0xAX/linux-insides
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Wiki
Arbore:
196a8b8f90
Ramuri
Etichete
master
linux-insides
/
SUMMARY.md
SUMMARY.md
2.7 KB
Istoric
Crud
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
Memory management
Memblock
Fixmaps and ioremap
[vsyscalls and vdso]()
[SMP]()
Concepts
Per-CPU variables
Cpumasks
Data Structures in the Linux Kernel
Doubly linked list
Radix tree
Theory
Paging
Elf64
[CPUID]()
[MSR]()
[Initial ram disk]()
[initrd]()
Misc
How kernel compiled
Linkers
[Write and Submit your first Linux kernel Patch]()
[Data types in the kernel]()
Useful links
Contributors