![]() |
How Operating Systems are built? - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Operating Systems (https://sinister.ly/Forum-Operating-Systems) +--- Thread: How Operating Systems are built? (/Thread-How-Operating-Systems-are-built) |
How Operating Systems are built? - HELLO - 05-17-2016 I have a question that i wish i'll have an answer , this is it :
How OS are built? Thank you very much RE: How Operating Systems are built? - pvnk - 05-17-2016 With these lines of numbers and characters. RE: How Operating Systems are built? - meow - 05-17-2016 Thanks for the share, definitely going to use this. RE: How Operating Systems are built? - Skryptec - 05-17-2016 (05-17-2016, 10:46 PM)meow Wrote: Thanks for the share, definitely going to use this. For real? :/ RE: How Operating Systems are built? - meow - 05-17-2016 (05-17-2016, 10:57 PM)Skryptec Wrote: For real? :/ Reported for racism. RE: How Operating Systems are built? - lux - 05-17-2016 (05-17-2016, 10:57 PM)Skryptec Wrote: For real? :/ STOP OPPRESSING ME! LET ME #FEMSPLAIN RE: How Operating Systems are built? - meow - 05-17-2016 (05-17-2016, 09:30 PM)HELLO Wrote: The answer to this question will vary drastically depending on the type of operating system, however all operating systems' bases (that I know of) are made in variants of Assembly. RE: How Operating Systems are built? - Skryptec - 05-17-2016 (05-17-2016, 11:05 PM)meow Wrote: The answer to this question will vary drastically depending on the type of operating system, however all operating systems' bases (that I know of) are made in variants of Assembly. But how is Assembly made? ![]() RE: How Operating Systems are built? - Dozy Van - 05-17-2016 I am almost positive that all Operating Systems are Coded in C. If you want more info that than you need to ask a more specific question. EDIT: https://stackoverflow.com/questions/580292/what-languages-are-windows-mac-os-x-and-linux-written-in Windows: C++, kernel is in C Mac: Objective C, kernel is in C (IO PnP subsystem is Embedded C++) Linux: Most things are in C, many userland apps are in Python, KDE is all C++ |