|
|
|
|
|
by deft
3377 days ago
|
|
This is interesting! Reminds me of something I made for an operating systems course. Mine was called ctags and allowed you to tag processes. First it was implemented as a lkm, then was reimplemented inside the kernel as an additional field in the process struct (forget what its called). |
|