Skip to content

Hank0438/osdi2020

 
 

Repository files navigation

My OSDI 2020

Author

學號 GitHub 帳號 姓名 Email
A071725 hank0438 陳廣翰 hank0438@gmail.com

Directory structure

.
├── include
│   ├── gpio.h
│   ├── homer.h
│   ├── info.h
│   ├── lfb.h
│   ├── loadimg.h
│   ├── mailbox.h
│   ├── power.h
│   ├── time.h
│   └── uart.h
├── LICENSE
├── Makefile
├── provided
│   └── nctuos.img
├── raspbootcom.py
├── README.md
├── src
│   ├── exception.c
│   ├── info.c
│   ├── lfb.c
│   ├── link.ld
│   ├── loadimg.c
│   ├── mailbox.c
│   ├── main.c
│   ├── power.c
│   ├── start.S
│   ├── time.c
│   └── uart.c
└── test
    ├── command.txt
    └── test.py

About

2020 NCTU OSDI

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 83.3%
  • Assembly 10.9%
  • Makefile 2.4%
  • Python 2.0%
  • C++ 1.3%
  • Objective-C 0.1%