+ 4
Which is the best programming language to develop an operating system?
16 Answers
+ 5
@Mr Programmer
Could describe some of the steps that you took to do it, please?
+ 4
@Mr Programmer
Thank you.
I have the jist of it.
It seems like a long process.
How did you learn to do it?
+ 3
c and assembly.
+ 3
linker provided with gcc.
+ 3
C and Java
+ 2
i have build an os. from c and assembly.
but never shared.
+ 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
+ 2
@Manual i am good only at few things
one is.programming and.other is maths .
so i practice a lot programming.
+ 2
welcome ....
+ 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.
+ 2
C and C++
+ 1
c ,c++
+ 1
c++ in the vast majority of modules, an a core of assembly in some special cases that need speed of execution đ
+ 1
@MR Programmer
Could you please tell me how did you link the Assembly code with the C code?
+ 1
Thank you very much. :)
0
C