Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.09 KB

index.rst

File metadata and controls

62 lines (47 loc) · 2.09 KB

Welcome to Operating System Capstone, Spring 2023!

This course aims to introduce the design and implementation of operating system kernels. You'll learn both concept and implementation from a series of labs.

This course uses Raspberry Pi 3 Model B+ (rpi3 for short) as the hardware platform. Students can get their hands dirty on a Real Machine instead of an emulator.

Lecture and Office Hours

Title Time Location
Lectures 3:30 - 5:20 pm (Tue.) ED-302
Office Hours 5:00 - 6:00 pm (Mon.) EC-707
Lab Demo Hours 6:00 - 9:00 pm (Thur.) EC-222
Lecture Website tinyurl.com/5bc8uewe

Important

Check the lecture website for the schedule and the lecture slides!

Important

This documentation is not self-contained, you can get more information from external references.

.. toctree::
    :hidden:
    :glob:
    :maxdepth: 2
    :caption: Class:

    class/*

.. toctree::
    :hidden:
    :glob:
    :maxdepth: 2
    :caption: Labs:

    labs/overview.rst
    labs/*
    labs/hardware/index.rst

.. toctree::
    :hidden:
    :glob:
    :maxdepth: 2
    :caption: References:

    references/*