Lab 00
NCTU OSDI Lab 0: Environment Setup
Documentation: Lab 0
Lab 0 Demo Release
Required
- Install the cross compiler on your host computer.
- Explain each line of the above linker script.
SECTIONS { . = 0x80000; .text : { *(.text) } }
- Install
qemu-system-aarch64
as an emulator for rpi3. - Build your first kernel image and check it by QEMU.
- Set up SD card.
Questions
- What’s the RAM size of Raspberry Pi 3B+?
- What’s the cache size and level of Raspberry Pi 3B+?