Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 427 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 427 Bytes

OSC2023

Github Account Student ID Name
psychicalcoder 0816171 Tsung-Han Liu

Requirements

  • a cross-compiler for aarch64
  • (optional) qemu-system-arm

Build

make kernel.img

Test With QEMU

qemu-system-aarch64 -M raspi3b -kernel kernel.img -initrd initramfs.cpio -serial null -serial stdio -dtb bcm2710-rpi-3-b-plus.dtb