If I want to execute a user program (not a kernel module) in Linux kernel space, what options do I have?
I have looked at KML(kernel mode linux) but that is specific
Kernel programming is pretty much by definition platform specific, since kernels for different platforms are all different.