You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implemented system calls for no of total processes, process info like id, size, count of context switches, SJF scheduling algorithm and tested it for CPU and I/O bound tasks. Resolving page fault via lazy memory allocation. Incorporated features like creating a kernel process for paging, swap in, swap out mechanisms, and writing sanity tests.
Implemented system calls for no of total processes, process info like id, size, count of context switches, SJF scheduling algorithm and tested it for CPU and I/O bound tasks.
Resolving page fault via lazy memory allocation.
Incorporated features like creating a kernel process for paging, swap in, swap out mechanisms and writing sanity tests.
Built With
Xv6 Operating Systems
Prerequisites
System Calls ( obviously abt Operting Systems )
Memory Allocation Concept
Virtual Memory Concept
Scheduling Algorithms
Usage
Just Can see the way of implementation.
About
Implemented system calls for no of total processes, process info like id, size, count of context switches, SJF scheduling algorithm and tested it for CPU and I/O bound tasks. Resolving page fault via lazy memory allocation. Incorporated features like creating a kernel process for paging, swap in, swap out mechanisms, and writing sanity tests.