Skip to content
k4rtik edited this page Mar 12, 2012 · 22 revisions

Reading

Useful papers on Virtualization and Cloud Computing

http://www.cse.iitd.ernet.in/~sbansal/csl862/2010/

  • Xen and the Art of Virtualization, Pratt et al. SOSP 2003.
  • Memory Resource management in VMware ESX Server, Carl Waldspurger. OSDI 2002.
  • AMD-V Nested Paging, AMD White Paper, July 2008

OS dev tutorials

x86 Assembly Programming (Deadline: Sat Feb 28)

[ALL] Imp. topics to know - data transfer, stack manipulation, subroutines

Basics of OS

  • [DONE by ALL] Operating System Principles by Silberschatz, Galvin, Gagne, Seventh ed. (Deadline: Feb 1, upto chapter 5)

slides/chapters/notes

  • [Done by ALL] memory management from same book's slides (Deadline: Saturday Feb 11)

VMM Basics (Deadline: Saturday Feb 11)

basically about cloud computing. Has info about Hypervisors too

  • [TODO] Xen Hypervisor [optional]