Is it possible to create an operating system using Python? -


is possible make minimalistic operating system using python?
dont want low level code assembly, want use simple
language perl, or python. how?

unfortunately python classified very high level programming language. cannot used, example, directly access hardware , perform low-level data structure manipulation. dependent on abstract hardware it, , kernel. is, however, technically possible create operating system centered on python, is; have low level stuff in written in c , assembly , have of rest of operating system written in python.

this article discusses more detail languages suitable writing operating system kernels.


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -