Skip to content

jackhong12/osc2021

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating Systems Capstone 2022

Enviroment

  • Unbuntu 20.04

  • Cross Compiler: gcc-aarch64-linux-gnu

    sudo apt-get install gcc-aarch64-linux-gnu
  • Qemu

    sudo apt-get install qemu-system-aarch64
  • gdb

    sudo apt-get install gdb-multiarch
  • screen

    sudo apt-get install screen

This repository is homework submission for students

How to submit homework

  1. Fork this repository on GitHub
  2. Write down following info in your README.md
    • GitHub account name
    • Student ID
    • Your name
  3. Design and implement your kernel in forked repository
  4. Create a GitHub pull request
    • Choose oscapstone/osc2022 as base repository and {your student ID} as base branch
    • Choose branch in your forked repository as compare branch
    • Name it with student ID and which lab e.g. 0856085 lab0
  5. We will accept pull request when lab due date

repeat 3-5 to submit later homework/lab.

Happy Coding ~

About

Homework submission for student

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 81.6%
  • Assembly 11.7%
  • Python 4.6%
  • Makefile 2.1%