This document discusses software engineering principles for system software design. It defines software engineering as a collection of techniques to produce high quality software on time and budget. Key principles discussed include rigor and formality, separation of concerns, modularity, abstraction, and anticipation of change. Examples of applying these principles to compilers and assemblers are provided. The software development process and different testing approaches are also summarized.