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

TASK7: Add procsf_test kernel module #125

Open
wants to merge 5 commits into
base: Sergey.Dubyna
Choose a base branch
from

Conversation

d-serj
Copy link

@d-serj d-serj commented Dec 13, 2021

With this module you can read from /proc/procfs_test/ entities such information:
1. module_author - author name
2. rd_cnt - amount of read operations from /sys/kernel/str_storage/list
3. wr_cnt - amount of write operations to /sys/kernel/str_storage/list

Oleksandr Posukhov and others added 5 commits November 23, 2021 20:23
Add home task for lection Basic Data structures

Signed-off-by: Oleksandr Posukhov <[email protected]>
Add descriptions of tasks for lesson 5.

Signed-off-by: Yevgen Kovalyov <[email protected]>
Add task for implementation of procFS API

Signed-off-by: Oleksandr Posukhov <[email protected]>
With this module you can read from /proc/procfs_test/
entities such information:
1. module_author - author name
2. rd_cnt - amount of read operations from
   /sys/kernel/str_storage/list
3. wr_cnt - amount of write operations to
   /sys/kernel/str_storage/list

Signed-off-by: d-serj <[email protected]>
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