Python OS

Diez B. Roggisch deetsNOSPAM at web.de
Sat Nov 6 09:28:08 EST 2004


Richard Blackwood wrote:

> Is it possible to prototype an operating system in Python?  If so, what
> would such a task entail? (i.e. How would one write a boot-loader in
> Python?)


There have been lengthy discussions on this subject in this group - google
is your friend. 

Generally spaeking, its not possible - as there is a fair amount of
low-level stuff to be progammed for interrupt routines and the like that
can not be done in python.

-- 
Regards,

Diez B. Roggisch



More information about the Python-list mailing list