EECS 582: Advanced Operating Systems

Introduction

This course focuses on which design decisions the designers faced, and why they made the choices that led them to successful system designs. Please note that the name of this course is “Advanced Operating Systems” for historical reasons. The course is not just about advanced topics in operating systems, but about advanced topics in general computer systems.

Useful links

Paper Review Submission site

Tentative Schedule (UM-only)

Required packages for converting md to pdf

Install pandoc

  • sudo apt-get install pandoc

Install latexpdf compiler

  • sudo apt-get install texlive-latex-base

Install required fonts

  • sudo apt-get install texlive-fonts-recommended

Command to convert Markdown to PDF

  • pandoc <FILE>.md -t latex -o <FILE>.pdf