> I want to know if it is possible to write kernel modules using
> C++. If yes, then how is it possible. Let me add that I have tried
> the most trivial modules without any success.
I would have thought it should have been possible. The only thing you'd have to
do is stop the compiler mangling the init_module() and cleanup_module()
symbols, and I can't remember how to do that, off hand.
-- "Water? Never touch the stuff! Fish fuck in it." -- W. C. Fields- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/