/OSC

Operating System Capstone, NYCU 2022

Primary LanguageCMIT LicenseMIT

My OSC 2022

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.

Author

學號 GitHub 帳號 姓名 Email
310551166 BoWeii 王柏偉 blue85911360@gmail.com

Build requirements

# linux
sudo apt install gcc-aarch64-linux-gnu qemu-system-aarch64

# macOS
brew tap messense/macos-cross-toolchains
brew install aarch64-unknown-linux-gnu qemu