Operating system development

From Wikipedia, the free encyclopedia

  (Redirected from Osdev)
Jump to: navigation, search

Operating system development is the process of developing operating systems. The activity, as well as the sub-culture surrounding it, is often referred to as OSDev.

[edit] Development

Elements of traditional PC based operating systems include:

Traditionally, kernel developers have commonly used the C programming language and Assembly. As history has shown, low-level languages are gradually replaced by high-level languages as the processing power of computers increases. C, however, remains the favorite for most OS developers, as it provides low-level pointer manipulation and requires no run-time support (as opposed to some elements of C++, such as the new and delete operators).

[edit] See also

[edit] External References

Personal tools