1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 14:48:08 +00:00

Update SUMMARY.md

This commit is contained in:
0xAX 2016-04-17 20:13:55 +06:00
parent f3e9b2fcd8
commit ea3351ff57

View File

@ -43,6 +43,7 @@
* [Time related system calls](Timers/timers-7.md)
* [Synchronization primitives](SyncPrim/README.md)
* [Introduction to spinlocks](SyncPrim/sync-1.md)
* [Queued spinlocks](SyncPrim/sync-2.md)
* [Memory management](mm/README.md)
* [Memblock](mm/linux-mm-1.md)
* [Fixmaps and ioremap](mm/linux-mm-2.md)