Hi,
Does anyone know anywhere where I can find the
advantages and disadvantages of different
programming languages for writing Operating
Systems?
Any Help greatly appreciated!
Iain
Languages
RE:Languages
>On 2001-03-14 10:19:15, Iain wrote:
>
>Does anyone know anywhere where I can find the
>advantages and disadvantages of different
>programming languages for writing Operating
>Systems?
You probably won't find anything useful. Almost
every OS project uses C with a little bit of assembly.
There are a couple of OS projects entirely in Asm and a
few using C++. There is a little C++ info here
http://www.mega-tokyo.com/os/os-faq.html
Besides C was written for system programming, it'd be
silly not to use it.
>
>Does anyone know anywhere where I can find the
>advantages and disadvantages of different
>programming languages for writing Operating
>Systems?
You probably won't find anything useful. Almost
every OS project uses C with a little bit of assembly.
There are a couple of OS projects entirely in Asm and a
few using C++. There is a little C++ info here
http://www.mega-tokyo.com/os/os-faq.html
Besides C was written for system programming, it'd be
silly not to use it.