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

Update README.md

This commit is contained in:
0xAX 2015-10-18 20:25:20 +06:00
parent 1b8db6dd6f
commit 0c4c79433b

View File

@ -4,3 +4,4 @@ This chapter describes timers and time management related concepts in the linux
* [Introduction](http://0xax.gitbooks.io/linux-insides/content/Timers/timers-1.html) - this part is introduction to the timers in the Linux kernel.
* [Introduction to the clocksource framework](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-2.md) - this part describes `clocksource` framework in the Linux kernel.
* [The tick broadcast framework and dyntick](https://github.com/0xAX/linux-insides/blob/master/Timers/timers-3.md) - this part describes tick broadcast framework and dyntick concept.