Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 670 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 670 Bytes

My OSC 2021

Author

學號 GitHub 帳號 姓名 Email
309552035 ken2812221 李俊寬 main.c@nycu.edu.tw

How to build

Run the make command

make

How to run

Run qemu

qemu-system-aarch64 -M raspi3 -kernel kernel.img -display none -serial null -serial stdio

How to use vscode to debug

  1. Run the following command at the command prompt
qemu-system-aarch64 -M raspi3 -kernel kernel.img -display none -serial null -serial stdio -S -s
  1. Click F5 to start debugger

How to burn it into pi3

WIP

Architecture

WIP

Directory structure

WIP