Java Implementation of Nachos Operating System
-
Updated
Dec 18, 2020 - Java
Java Implementation of Nachos Operating System
This is an extension of Nachos to support multiprogramming using system calls such as Exec, Exit, Read and Write to have processes request services from the kernel. Then it is further extended by a Virtual Memory Manager supported by Demand Paging and Page Replacement procedures.
Supermarket cashier simulation using Nachos to determine the number of cashiers required based on the average number of customers at different times.
Railway ticket reservation system in the Nachos Operating system
Creation of an OS almost from scratch using NachOS. Implementation of fork, threads, asynch console and pagination, etc
Operating System
Add a description, image, and links to the nachos-os topic page so that developers can more easily learn about it.
To associate your repository with the nachos-os topic, visit your repo's landing page and select "manage topics."