Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Python
Python Operating System???
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="John Roth, post: 1797834"] As far as I know, there's no working example. Unununium is still very early development, and it's going off in a quite interesting direction that is hardly standard. Writing an operating system is a lot of work. The approach I'd take would be to start out with an existing micro-kernel and enhance it with a kernel level Python system so that you wouldn't need any C or Asm level code in a typical process. Then I'd pursue a restricted subset of Python that could be compiled directly to machine code, and start recoding the various C and Asm parts in that. See the PyPy project for the direction they're taking for writing the Python system in Python. Have fun with the project! John Roth [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Python
Python Operating System???
Top