Skip to content

Repository for the Operating Systems discipline at the Federal University of Ceará.

Notifications You must be signed in to change notification settings

tibetteixeira/operating-system

Repository files navigation

Operating Systems discipline repository

Worked concepts:

  • Process fork
  • Communication between Processes
    • Socket
    • Remote Procedure Call (RPC)
    • Java Remote Method Invocation (RMI)
  • Threads
    • Java Threads
    • PThreads
  • Process Scheduler
    • First-Come, First-Served (FCFS) Scheduling
    • Shortest-Job-First (SJF) Scheduling
    • Round Robin (RR)
  • Process Synchronization
    • Mutex
    • Semaphore
    • Monitors
    • Atomic Transactions