Hey can you guys help me make a operating system in python?
rproffitt commented: No. +0

Recommended Answers

All 3 Replies

You might want to try the OSDev Forums as they have more specialized knowledge.

However, you might want to read this wiki page first, as it voices some of the issues faced in using Python (and other languages which are usually interpreted rather than compiled) for OS-Dev. I would also read all of the wiki pages listed here before proceeding at all, as they will give you a better idea of just how huge an undertaking this is.

Unless you have access to a hardware Python interpreter, you're not going to use Python to build an operating system.
And even if you have, you're unlikely to succeed due to the limitations of Python when it comes to low level system operations.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.