c - How does one make an operating system in Basic? -


To create any operating system you need important bits written in the assembly. My question is, how do you make the rest of the OS after you have found all the basic bits together with the basics or C? How do you compile files written in those languages, and how do you run them? What are they going to do? The help would be greatly appreciated, I would like to know more about the development of the operating system!

You can compile them with the compiler (e.g., GCC ). They are launched by the BIOS or the equivalent boot process created in the computer's ROM, and then they run themselves and everything else.

You do it basically and theoretically, possibly, theoretically But you need a basic interpreter or compiler that is suitable for the job, and there will be a lot of overhead, so it will consume more RAM / CPU / etc and most of it Writing operating systems, do not like them (programming like Latin Basic Stay alone). Most of the overhead overheads in C are what you write automatically.

Read the recommended books in the comment on your question. :)

Comments