diff options
Diffstat (limited to 'md/notes')
| -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  | 
