Device Drivers in python(kernel modules)

Thomas Ploch Thomas.Ploch at gmx.net
Tue Mar 6 07:51:11 EST 2007


rishi pathak schrieb:
> I am not much of a kernel programmer , I have a requirement to shift a
> python code to work as a kernel module.
> So I was just wondering whether we can write a kernel module in python.
> A thought is that if we can somehow convert python code into a C object
> code then it can be done.
> Can some one suggest something..anything

http://wiki.python.org/moin/elmer

This tool is able to run Python Code as if it was written in C.
Perhaps this might help you, but I am not pretty sure since it had to be
included in the kernel tree.

Thomas




More information about the Python-list mailing list