• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Creating OS

Absolutely not. These languages can't read/write computer's hardware.

Most OSes are written in a combination of assembly, C and C++.
 
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.
 
Back
Top