Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 405 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 405 Bytes

JNachos

JNachos is a Heuristic Operating System. OS features which includes support for multiprogramming, System Calls [fork, join, exec, exit] implementation at kernel level Thread Synchronization, Memory Management has been developed using Core Java. src/jnachos/kern is the kernel of the OS. Nucleus message passing is implemented in the project which is an IPC mechanism src/jnachos/kern/messages