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
2 Respostas
+ 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.
+ 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/