70 likes | 195 Views
CS533 Concepts of Operating Systems Class 16. Exokernel & Specialization. Questions. What is the difference between virtualization and secure multiplexing? What do Exokernel and Disco have in common? What do Exokernel and Xen have in common? Do Xen or Disco do secure multiplexing?
E N D
CS533 Concepts of Operating SystemsClass 16 Exokernel & Specialization
Questions • What is the difference between virtualization and secure multiplexing? • What do Exokernel and Disco have in common? • What do Exokernel and Xen have in common? • Do Xen or Disco do secure multiplexing? • Does Exokernel create virtual machines? • Is Exokernel a micro-kernel? • What abstractions does it support? CS533 - Concepts of Operating Systems
Questions • What is a "process" in the Exokernel? • Does the Exokernel "paravirtualize" privileged instructions? • How are address translations and physical memory managed in the Exokernel? • How does Exokernel’s visible revocation relate to scheduler activations? • How does it differ from Xen and Disco in this respect? • How does PCT relate to LRPC? • What is the difference between synchronous and asynchronous PCT? CS533 - Concepts of Operating Systems
Questions • How does Exokernel use hardware support to improve performance? • How are "software caches" used to improve performance? • How is "downloaded code" used to improve performance? • How does this relate to Sandboxing? • How does this relate to SPIN? • How does this relate to Specialization? • What do hardware support, software caches and downloaded code have in common? CS533 - Concepts of Operating Systems
Questions • What does specialization have to do with extensibility? • Why do people want extensible kernels? • Is the interface or the implementation the problem? • What does specialization do? CS533 - Concepts of Operating Systems
Questions • What impact do conventional forms of extensibility have on software engineering concerns? • What impact does specialization have on software engineering concerns? • What if its tool-assisted? • What if its fully automated? CS533 - Concepts of Operating Systems
Reminder • For information on hand-coded specialization see: "Optimistic Incremental Specialization: Streamlining a Commercial Operating System", Calton Pu, Tito Autrey, Andrew Black, Charles Consel, Crispin Cowan, Jon Inouye, Lakshmi Kethana, Jonathan Walpole, and Ke Zhang, In Proceedings of the 15th ACM Symposium on Operating Systems Principles (SOSP'95), December 3-6, 1995, Copper Mountain, Colorado. http://www.cs.pdx.edu/~walpole/papers/sosp1995.pdf • Send me a draft of your slides early CS533 - Concepts of Operating Systems