diff options
| author | Arturs Artamonovs <dos21h@gmail.com> | 2023-12-05 09:19:43 +0000 |
|---|---|---|
| committer | Arturs Artamonovs <dos21h@gmail.com> | 2023-12-05 09:19:43 +0000 |
| commit | f8ee22582896ac90f5c9524c08ecf10fdd7c4ae9 (patch) | |
| tree | 08b9b8070e7204c1e9efb5617dbc9d687716de6a | |
| parent | b68f8c769c688b182fc112f1e7c20fcb56a78eb7 (diff) | |
| download | md-content-f8ee22582896ac90f5c9524c08ecf10fdd7c4ae9.tar.gz md-content-f8ee22582896ac90f5c9524c08ecf10fdd7c4ae9.zip | |
Update procfs entry
| -rw-r--r-- | md/notes/kernel/create_procfs_entry.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/md/notes/kernel/create_procfs_entry.md b/md/notes/kernel/create_procfs_entry.md index dcb51c8..1f21ce5 100644 --- a/md/notes/kernel/create_procfs_entry.md +++ b/md/notes/kernel/create_procfs_entry.md @@ -5,6 +5,7 @@ keywords:kernel,linux,threads Lets extend hello world driver. +## Starting point __Makefile__ ```Makefile @@ -41,6 +42,7 @@ module_exit( procfs_entry_exit ); MODULE_LICENSE("GPL"); ``` +## Adding procfs directory Create proc directory with |
