Python OS

Kay Schluehr kayschluehr at gmx.de
Sun Nov 7 10:10:34 EST 2004


Richard Blackwood wrote:

> An intriguing possibility, I do not see what obstacles exist here but 
> I am sure they exist.  A question:  In Pyrex may I perform a malloc?


Yes Pyrex could. See for example:

http://aspn.activestate.com/ASPN/Mail/Message/python-list/1586601

But this would not solve the deeper problem of defining a malloc ( or 
pymalloc ) where You can't use any
dynanism and of course no prexisting malloc. Any advantage of dynamic 
and interpreted HLLs gets lost,
when You have to deal with memory layout.

One could imagine a similar project than "Sanos" for Python, just 
replacing the JVM by the CPython-Interpreter.

http://www.jbox.dk/sanos/

But its not the same, than rewriting the OS-kernel itself in Python.

Regards
             Kay








More information about the Python-list mailing list