Re: How to write kernel modules using C++

Steve Dodd (dirk@loth.demon.co.uk)
Sat, 22 May 1999 11:44:06 +0100


On Fri, May 21, 1999 at 01:33:13PM +0530, MURALI N wrote:

> 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/