Skip to content

ken2812221/osc2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Homework submission for student

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.8%
  • Makefile 9.2%
  • C 7.8%
  • Assembly 3.2%