Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 05 - Time Management #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oleksii-kogutenko
Copy link

  • implemented kernel module with API in sysfs, which returns time (in
    seconds) passed since previous read of it.
  • implemented kernel module with API in sysfs, which returns
    absolute time of previous reading.
  • implemented kernel module with API in sysfs, which return
    Fibonacci sequence. Each element of sequence generated once in
    a second.

Signed-off-by: oleksii-kogutenko [email protected]

Copy link
Contributor

@an1kh an1kh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please avoid c++ style comments (I think checkpatch will show all the issues).
The code itself looks OK.

 - implemented kernel module with API in sysfs, which returns time (in
   seconds) passed since previous read of it.
 - implemented kernel module with API in sysfs, which returns
   absolute time of previous reading.
 - implemented kernel module with API in sysfs, which return
   Fibonacci sequence. Each element of sequence generated once in
   a second.

Signed-off-by: oleksii-kogutenko <[email protected]>
@oleksii-kogutenko
Copy link
Author

All done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants