Python OS
Kay Schluehr
kayschluehr at gmx.de
Sun Nov 7 10:10:34 EST 2004
More information about the Python-list mailing list
Sun Nov 7 10:10:34 EST 2004
- Previous message (by thread): Python OS
- Next message (by thread): Python OS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python OS
- Next message (by thread): Python OS
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list