Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 420 Bytes

File metadata and controls

18 lines (15 loc) · 420 Bytes

OS2023-Practices

ACM Class Operating Systems Course Practices, Year 2023

Progresses:

  • Practice 1: Threads and Coroutines
    • Thread and Mutex
    • Coroutine: really struggling with stack and longjmp
  • Practice 2: Memory Management
    • Buddy System
    • Malloc: Implicit Free List
  • Practice 3: File System
    • Libfuse
    • Chatbot between two file systems
  • Practice 4:
    • Chatroom based on socket
    • DDoS attack