Skip to content
forked from GrassLab/osdi2020

A bare metal OS for raspberrypi 3B+

License

Notifications You must be signed in to change notification settings

kaiiiz/osdi2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operation System Design and Implementation Course 2020

This repository is my homework submission. For implementation details, please refer to https://blog.ykzheng.com/notes/nctu/osdi.

Labs

  • Lab 0 : Environment Setup
  • Lab 1 : Hello World
  • Lab 2 : Bootloader
  • Lab 3 : Exception and Interrupt
  • Lab 4 : Multitasking
  • Lab 5 : Virtual memory
  • Lab 6 : Allocator
  • Lab 7 : Virtual File System
  • Lab 8 : File System Meets Hardware

How to run

make run

References

  1. https://grasslab.github.io/osdi/en/index.html

About

A bare metal OS for raspberrypi 3B+

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.3%
  • Assembly 6.8%
  • Makefile 2.7%
  • Python 1.2%