Skip to content

Commit

Permalink
Task04: Add task for Lection 03
Browse files Browse the repository at this point in the history
Add home task for lection Basic Data structures

Signed-off-by: Oleksandr Posukhov <oleksandr.posukhov@globallogic.com>
Oleksandr Posukhov committed Nov 23, 2021
1 parent 671ce49 commit ba6acd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions 04_basic_struct/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Basic structure homework
Implement object with name “MyObject” which is parent of kernel_kobj.
Object should include linked_list structure.
This object should contain sysfs attribute with name “list”.
On read form attribute “list” it should show content of the objects linked list.
On write to attribute “list” it should add new string to the objects linked list.
!! Do not forget properly free all the resources during rmmod.

0 comments on commit ba6acd8

Please sign in to comment.