Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 541 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 541 Bytes

Distributed-OS-Projects

Projects for Course "Distributed OS", SJTU, 2019 Fall.

Project Lists

  1. Concurrency and Semaphore
  • Implementation with mutex and shared memory
  • Implementation with conditional variables
  1. Memory Access Hierarchy
  • Access variables only in register
  • Access variables only in cache
  • Access variables only in DRAM
  1. Secure Machine Learning in ARM Trustzone
  • A framework for private ML inference in TEE
  • Platform: Raspberry Pi 3b

Contributor