Sunday 26 February 2012

System Implementations


  • Traditionally written in assembly language, operating systems can now be written in higher-level languages.
  • Code written in a high-level language:
  1. can be written faster.
  2. is more compact.
  3. is easier to understand and debug.
  • An operating system is far easier to port (move to some other hardware) if it is written in a high-level language.

No comments:

Post a Comment