From f92792db41fa96d7467b00fda6918de071818912 Mon Sep 17 00:00:00 2001 From: "andrii.deviatov" Date: Thu, 8 Nov 2018 13:12:02 +0200 Subject: [PATCH] 06-TimeManagement: Add homework task --- 06-TimeManagement/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 06-TimeManagement/README.md diff --git a/06-TimeManagement/README.md b/06-TimeManagement/README.md new file mode 100644 index 0000000..010b206 --- /dev/null +++ b/06-TimeManagement/README.md @@ -0,0 +1,9 @@ +# Homework: + +Internal Kernel API (Time Management): + +1. Implement kernel module with API in sysfs or procfs, which is able to: + - return time (in seconds) passed since previous read; + - return absolute time of previous reading; + - periodically print some message to log, make period adjustable; +