English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

im posotive this is a stupid question but the only way to learn is to ask ...

2007-05-13 08:17:30 · 5 answers · asked by michael n 6 in Computers & Internet Programming & Design

5 answers

If you think C++ as an extension of C then yes to your question:

Assembly usually being for the core, but not always,
UNIX style use C
obsolete un-kerneled Mac OS use Pascal
DOS in assembly
Windows not likely assembly

2007-05-13 09:42:51 · answer #1 · answered by Andy T 7 · 0 0

Operating systems are written in a language that compiles to native instructions. Because you are writing an OS from scratch, your compiled code must be understood by the processor itself.

Thus, Assembly, C, and C++ are all languages of choice. You will write your code in C and Assembly or C++ and Assembly.

2007-05-13 15:43:27 · answer #2 · answered by csanon 6 · 0 0

when I was doing my degree we used the P system on amstrad 1512's - that was written in pascal and was very good cos you could write your own stuff

Linux is written in C I believe

2007-05-13 15:26:34 · answer #3 · answered by cool_clearwater 6 · 0 0

It is written in C/assembly

2007-05-14 04:50:25 · answer #4 · answered by ask.earn.tk 3 · 0 0

It is written in ASM and C

2007-05-13 15:21:52 · answer #5 · answered by Pelitsnake 2 · 0 0

fedest.com, questions and answers