Operating System
Last updated
Last updated
The commands used in this lab are listed in the file linux_commands.md.
(Output screen should contain both positive and negative instances)
WAP to implement Bankers Algorithm for multiple type of resources to decide safe/unsafe state.
WAP for deadlock detection in the system having multiple type of resources. ( The program should list the deadlocked process in case of deadlock detection results true )
WAP in C to simulate FIFO Page Replacement Algorithm
WAP in C to simulate Optimal Page Replacement Algorithm
WAP in C to simulate LRU Page Replacement Algorithm
WAP in C to simulate Second Chance Page Replacement Algorithm
WAP in C to simulate LFU Page Replacement Algorithm
WAP to simulate Contiguous File Allocation Technique
WAP to simulate Linked File Allocation Technique
WAP to simulate File Allocation using File Allocation Table
WAP to implement File Allocation using Inode
WAP to simulate Free Space Management using Bitmaps
WAP to simulate Free Space Management using Linked List
WAP to simulate FCFS Disk Scheduling Algorithm
WAP to simulate SSTF Disk Scheduling Algorithm
WAP to simulate SCAN Disk Scheduling Algorithm
WAP to simulate C-SCAN Disk Scheduling Algorithm
WAP to simulate LOOK Disk Scheduling Algorithm
WAP to simulate C-LOOK Disk Scheduling Algorith