Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 425 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 425 Bytes

Operating-System

SPPU (INFORMATION TECHNOLOGY CODE)

There are Two parts

  1. User Level Codes
  • Dinning Phillospher
  • Producer Consumer
  • Fork and Exec System Calls
  • Threads Using Pthread Library
    • Digital clock Using Thread
    • Matrix Multiplication
  • Inter Process Communication
    • Pipe
    • Fifo
    • Signals
  1. Kernel Level Codes
  • Kernal Module
  • Adding New System Call