Skip to content

Commit

Permalink
TASK3: Add module task
Browse files Browse the repository at this point in the history
Add description for module task

Signed-off-by: Serhii Perederii <[email protected]>
  • Loading branch information
serhii-perederii authored and Serhii Perederii committed Nov 23, 2021
1 parent db09a10 commit 671ce49
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions 03_module/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## module home work: create a simple loadable module with parameters

Create a loadadle kernel module which should accept two integer parameters and provide:
- A sum of parameters upon driver load
- A substration of parameters upon driver unload

Info about module parameters can be found at: https://devarea.com/linux-kernel-development-kernel-module-parameters/#.YZfWcpFByV4

Task should be performed using buildroot+qemu approach

The task results should contain:
- The module code
- The Makefile
- Dump of the kernel logs from the target system

0 comments on commit 671ce49

Please sign in to comment.