Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 431 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 431 Bytes

Nachos-OS

Synchronization, Exception Handling, thread handling

NACHOS OPERATING SYSTEM ASSIGNMENTS

ASSIGNMENT involves understanding core OS concepts like Semaphores , System call handling , thread forking and Inter process communication and scheduling

The nachos source code has few files which donot have all the functions implemented . Synch.cc ,thread.cc,Exception.cc are the files which have these missing methods .