Re: [BangPypers] how to write Operating System in python

2011-08-16 Thread Vishal
Hello, It might be tempting to write a desktop OS in Python...and it may also be a very good learning tool for an OS course. What really is needed is to have Python environment on smaller footprint systems...the 'embedded' part of computing universe. They are everywhere are rarely programmed in an

Re: [BangPypers] how to write Operating System in python

2011-08-12 Thread vikas ruhil
Thanks to all for useful information , Motivation and Inspiration to me . As i have hobby to code in python might try put my effort with my best.now need to focus. Someone want to share some more positive python related motivation ,help, documents , anything else !! 2011/8/12 Mandar Vaze / मं

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread Mandar Vaze / मंदार वझे
> > On Thu, Aug 11, 2011 at 3:24 PM, vikas ruhil > > wrote: > > > > > I am looking towards to write an operating system in Python? How i > can > > > write kernel and kernel calls on Debian Linux ! any body can help > reagrd > > > this !! > > > > > > > http://www.jtauber.com/cleese > What is you

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread z...@manian.org
There has been some interesting work done with self hosting virtual machines for languages like http://halvm.org/wiki/ It seems some what self defeating to try to recreate the device drivers to run on actual hardware. But a minimal python environment running on KVM would be of pratical use to many

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread Gopalakrishnan Subramani
Look at the Lua attempt to create OS. http://luaos.net/ Lua script is more readable. Personally, I would never prefer to create an OS in Python. If you get minimal open sourced RTOS source code (many found in sourge forge), you could start with basic and see the similar approach in Python. If yo

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread L. Guruprasad
Hi Vikas, On Thursday 11 August 2011 03:26 PM, Noufal Ibrahim wrote: vikas ruhil writes: I am looking towards to write an operating system in Python? How i can write kernel and kernel calls on Debian Linux ! any body can help reagrd this !! I mailed a while ago about choosing the right tool

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread Apurv Verma
Hey I was really amazed by the complexity of the idea, since a complete operating system might be something too elusive. I don't know exactly whether Python would be able to meet all the requirements. But as far a simple OS is concerned you can look at Pintos. ~Apurv Verma B. Tech.(CSE) IIT

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread vikas ruhil
>hey i just want see something that really powered by python such as GAE and django >I am thinking Whyn't explore any potential in field of operating system So we can create more secure Systems > any body can guide or tell how start it from where or some other relevance links related this Issue On

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread Venkatraman S
On Thu, Aug 11, 2011 at 3:24 PM, vikas ruhil wrote: > I am looking towards to write an operating system in Python? How i can > write kernel and kernel calls on Debian Linux ! any body can help reagrd > this !! > http://www.jtauber.com/cleese ___ Bang

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread Kenneth Gonsalves
On Thu, 2011-08-11 at 15:26 +0530, Noufal Ibrahim wrote: > vikas ruhil writes: > > > I am looking towards to write an operating system in Python? How i > can > > write kernel and kernel calls on Debian Linux ! any body can help > > reagrd this !! > > [...] > > I mailed a while ago about choosin

Re: [BangPypers] how to write Operating System in python

2011-08-11 Thread Noufal Ibrahim
vikas ruhil writes: > I am looking towards to write an operating system in Python? How i can > write kernel and kernel calls on Debian Linux ! any body can help > reagrd this !! [...] I mailed a while ago about choosing the right tool for a given task (as opposed to seeing everything as a nail)

[BangPypers] how to write Operating System in python

2011-08-11 Thread vikas ruhil
I am looking towards to write an operating system in Python? How i can write kernel and kernel calls on Debian Linux ! any body can help reagrd this !! ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers