In what computer language would an Operating System be written in?

  • Thread starter Thread starter Straight No Chaser
  • Start date Start date
S

Straight No Chaser

Guest
In what computer language would an Operating System be written in?
 
The core functions of the operating system, which do the basic things (reading and writing data) are written in ASM. Most of the Windows Operating System is coded in C or C++.
 
Back
Top