summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArturs Artamonovs <dos21h@gmail.com>2023-12-05 09:19:43 +0000
committerArturs Artamonovs <dos21h@gmail.com>2023-12-05 09:19:43 +0000
commitf8ee22582896ac90f5c9524c08ecf10fdd7c4ae9 (patch)
tree08b9b8070e7204c1e9efb5617dbc9d687716de6a
parentb68f8c769c688b182fc112f1e7c20fcb56a78eb7 (diff)
downloadmd-content-f8ee22582896ac90f5c9524c08ecf10fdd7c4ae9.tar.gz
md-content-f8ee22582896ac90f5c9524c08ecf10fdd7c4ae9.zip
Update procfs entry
-rw-r--r--md/notes/kernel/create_procfs_entry.md2
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