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
c7f09d9416
linux-insides
/
SUMMARY.md
0xAX
c7f09d9416
Update SUMMARY.md
2015-04-04 12:29:02 +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
Theory
Paging
Elf64
Per-CPU variables
Lockdep
CPUID
MSR
Misc
Kernel building and instalation
Write and Submit your first Linux kernel Patch
Data types in the kernel
Useful links
Contributors