tags:
- linux
- software
- operating-system
- notes
- presentation
source: https://www.cs.fsu.edu/~cop4610t/lectures/project2/kthreads/kthreads.pdf
created: 2024-12-15
How are kernel modules event driven?
Kernel modules are event driven because they respond to system calls and procfs I/O.
...