This is interesting! Reminds me of something I made for an operating systems course.<p>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).