Creating OS

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
Absolutely not. These languages can't read/write computer's hardware.

Most OSes are written in a combination of assembly, C and C++.
 
Jul 27, 2020
24,696
17,164
146
Can I program an operating system in Qbasic or Pascal language?!
Apparently, you can.


Qbasic would be a lot more complicated and too much work. You would need to create a low level API that your high level OS functions would need to use to access hardware and that low level API development needs someone pretty well-versed in assembly language. You are likely looking at years of development ahead of you if you go this route.