This website requires JavaScript.
Explore
Help
Sign In
arno
/
linux-insides
Watch
1
Star
0
Fork
0
You've already forked linux-insides
mirror of
https://github.com/0xAX/linux-insides.git
synced
2025-01-08 23:01:05 +00:00
Code
Issues
Releases
Wiki
Activity
9c22ce6063
linux-insides
/
SUMMARY.md
0xAX
d1e5a64aa7
Update SUMMARY.md
2015-04-05 13:03:48 +06:00
1.4 KiB
Raw
Blame
History
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
Initial ram disk
initrd
Memory management
Memblock
Data Structures in the Linux Kernel
Doubly linked list
Concepts
Per-CPU variables
Cpumasks
Theory
Paging
Elf64
CPUID
MSR
Misc
Kernel building and instalation
Write and Submit your first Linux kernel Patch
Data types in the kernel
Useful links
Contributors