Which is the best programming language to develop an operating system? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 4

Which is the best programming language to develop an operating system?

9th May 2017, 4:35 PM
G P
G P - avatar
16 Respuestas
+ 5
@Mr Programmer Could describe some of the steps that you took to do it, please?
9th May 2017, 4:45 PM
Manual
Manual - avatar
+ 4
@Mr Programmer Thank you. I have the jist of it. It seems like a long process. How did you learn to do it?
9th May 2017, 4:56 PM
Manual
Manual - avatar
+ 3
c and assembly.
9th May 2017, 4:35 PM
MR Programmer
MR Programmer - avatar
+ 3
linker provided with gcc.
9th May 2017, 5:03 PM
MR Programmer
MR Programmer - avatar
+ 3
C and Java
9th May 2017, 5:04 PM
Nikhil
Nikhil - avatar
+ 2
i have build an os. from c and assembly. but never shared.
9th May 2017, 4:37 PM
MR Programmer
MR Programmer - avatar
+ 2
yes i can. you need to download a compiler first. it is a gcc compiler but it was quite different from the compiler in the cpde blocks. then you need an assembly compiler. nasm now you have to create an assembly file that can interact with c file. and c file that contains some pointers that point on ypur hardware. then compile them and link them
9th May 2017, 4:50 PM
MR Programmer
MR Programmer - avatar
+ 2
@Manual i am good only at few things one is.programming and.other is maths . so i practice a lot programming.
9th May 2017, 4:58 PM
MR Programmer
MR Programmer - avatar
+ 2
welcome ....
9th May 2017, 5:04 PM
MR Programmer
MR Programmer - avatar
+ 2
sorry to tell others people that without assembly your os wouldn't work. assembly is low level language that can communicate with your hardware.
9th May 2017, 5:05 PM
MR Programmer
MR Programmer - avatar
+ 2
C and C++
10th May 2017, 2:16 AM
Krishneel Nair
Krishneel Nair - avatar
+ 1
c ,c++
9th May 2017, 4:37 PM
Agung Ramadhan Putra
Agung Ramadhan Putra - avatar
+ 1
c++ in the vast majority of modules, an a core of assembly in some special cases that need speed of execution 😀
9th May 2017, 4:57 PM
⏩▶Clau◀⏪
⏩▶Clau◀⏪ - avatar
+ 1
@MR Programmer Could you please tell me how did you link the Assembly code with the C code?
9th May 2017, 5:03 PM
G P
G P - avatar
+ 1
Thank you very much. :)
9th May 2017, 5:04 PM
G P
G P - avatar
0
C
25th Jan 2021, 5:50 AM
Bijoy Coming Soon
Bijoy Coming Soon - avatar