1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-05 14:59:33 +00:00

Update SUMMARY.md

This commit is contained in:
0xAX 2016-04-24 20:11:11 +06:00
parent 397726d0d2
commit cd7e2cf0e9

View File

@ -44,6 +44,7 @@
* [Synchronization primitives](SyncPrim/README.md)
* [Introduction to spinlocks](SyncPrim/sync-1.md)
* [Queued spinlocks](SyncPrim/sync-2.md)
* [Semaphores](SyncPrim/sync-3.md)
* [Memory management](mm/README.md)
* [Memblock](mm/linux-mm-1.md)
* [Fixmaps and ioremap](mm/linux-mm-2.md)