國立交通大學 作業系統設計與實作 108下

English

這門課….

樹莓派3 B+….<https://www.raspberrypi.org/products/raspberry-pi-3-model-b-plus/>`_ (後面簡稱rpi3)…

Labs

There are 8 + 1 labs in this course. You’ll learn the concept of design of kernel by implementing it yourself.

The main point of these labs is the design principle not programming languages. Hence, you are free to choose any programming languages such as ASM/C/C++/Rust. However, there are a lot of things which are language dependent and even compiler dependent. You need to manage them yourself.

We use aarch64-linux-gnu- toolchain and C to develop. If you choose other toolchain or programming languages, we might not help you.

There are 3 types of labels appear in each lab.

required

You’re required to implement it by the description, they take up major of your scores.

elective

You can implement some of them to get bonus.

question

During the demo, you need to answer the question correctly to get full score.

Hardware

Students who register this course will get a rpi3, a 5.1V 2.5A power supply, a USB-TTL cable, a micro SD card, and an SD card reader.

We don’t expect every student to have experience in embedded system or microcontroller. So, the hardware information needed by labs will be provided. You can check them when you need them.

Disclaimer

We’re not kernel developers or experienced embedded developers. It’s common we made mistakes in the description. If you find any of them, send an issue to the course github.

備註

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