This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
linux-insides
Watch
2
Star
0
Fork
0
You've already forked linux-insides
mirror of
https://github.com/0xAX/linux-insides
synced
2024-10-31 03:20:14 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
de5d059c0a
linux-insides
/
SUMMARY.md
0xAX
de5d059c0a
Update SUMMARY.md
2015-04-05 19:30:43 +06:00
1.5 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
Memory management
Memblock
Initial ram disk
initrd
Concepts
Per-CPU variables
Cpumasks
Data Structures in the Linux Kernel
Doubly linked list
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