1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00

Update SUMMARY.md

This commit is contained in:
0xAX 2015-04-05 13:08:35 +06:00
parent 469924fd43
commit f590c33010

View File

@ -12,15 +12,15 @@
* [Last preparations before the kernel entry point](Initialization/linux-initialization-3.md)
* [Kernel entry point]()
* [Continue architecture-specific boot-time initializations]()
* [Initial ram disk]()
* [initrd]()
* [Memory management](mm/README.md)
* [Memblock](mm/linux-mm-1.md)
* [Data Structures in the Linux Kernel](DataStructures/README.md)
* [Doubly linked list](DataStructures/dlist.md)
* [Initial ram disk]()
* [initrd]()
* [Concepts](Concepts/README.md)
* [Per-CPU variables](Concepts/per-cpu.md)
* [Cpumasks]()
* [Data Structures in the Linux Kernel](DataStructures/README.md)
* [Doubly linked list](DataStructures/dlist.md)
* [Theory](Theory/README.md)
* [Paging](Theory/Paging.md)
* [Elf64](Theory/ELF.md)