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.
學號 | GitHub 帳號 | 姓名 | |
---|---|---|---|
310551166 |
BoWeii |
王柏偉 |
[email protected] |
# 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