Have we Create our own Operating System? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Have we Create our own Operating System?

i want to create Operating system in My Windows. i do not use Linux or ubuntu. but i thing I can do this. i need your help guys

16th Sep 2018, 3:29 AM
B E S Corporations
B E S Corporations - avatar
2 Answers
+ 2
A simple OS can easily be done, but a full function one will take ages. It also opens your computer up to being hacked. You need to create a file system, which you can do within your current OS. The other parts you need is memory management, tasking, and networking. This gives you a basic embedded system. I'd ignore the rest of the normal parts of an OS. I've thrown this stuff together in under a month, but have created it many times. You should expect 5 to 6 months at 40 hours per week assuming you can code reasonably well and understand the concepts.
16th Sep 2018, 9:35 PM
John Wells
John Wells - avatar
+ 1
sure, creating an operating system doesn't require anything except vast knowledge on assembly/C, threading, memory manipulation and a few other things. here's some resources to get you started: https://www.whoishostingthis.com/resources/os-development/
16th Sep 2018, 9:17 AM
hinanawi
hinanawi - avatar