Commit cce00c8
Changed files (1)
doc
doc/assignment1.md
@@ -211,6 +211,13 @@ Instructions: Please answer the following questions in complete sentences. Your
1. Distinguish between virtualization and simulation.
+ Virtualization makes guest operating systems and applications believe they are
+ running on native hardware.
+
+ Simulation in which the host system has one system architecture and the guest
+ system was compiled for a different architecture. An emulator can translate
+ instructions for the guest architecture into instructions for the host architecture.
+
## Part 2: Design Considerations (40 marks)
Instructions: Please answer the following questions in about 1-2 pages each.