1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-01-03 12:20:56 +00:00

Update SUMMARY.md

This commit is contained in:
0xAX 2015-04-04 12:29:02 +06:00
parent a641e9f818
commit c7f09d9416

View File

@ -12,6 +12,8 @@
* [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)