Skip to content

Lab 00

Compare
Choose a tag to compare
@JingWangTW JingWangTW released this 17 Apr 02:57
· 1 commit to master since this release
4d16fd7

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+?