From d8e539eb252eccf279da71d92b463fa2e0289b72 Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 11 Oct 2015 20:09:50 +0600 Subject: [PATCH] Update README.md --- Timers/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Timers/README.md b/Timers/README.md index d0ae90d..b24df32 100644 --- a/Timers/README.md +++ b/Timers/README.md @@ -3,3 +3,4 @@ This chapter describes timers and time management related concepts in the linux kernel. * [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.