Skip to content

Two-pass Linker, Process Scheduler, Virtual Memory Management, I/O Scheduler

Notifications You must be signed in to change notification settings

bz866/Operating-System-Components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Operating-System-Components

Table of Contents

Process Scheduler

Concept & Graph

The directory includes the implementation and effects of different scheduling policies on a set of processes/threads executing on a system. The system is to be implemented using Discrete Event Simulation (DES) (http://en.wikipedia.org/wiki/Discrete_event_simulation). In discrete-event simulation, the operation of a system is represented as a chronological sequence of events. Each event occurs at an instant in time and marks a change of state in the system. This implies that the system progresses in time through defining and executing the events (state transitions) and by progressing time discretely between the events as opposed to incrementing time continuously. Events are removed from the event queue in chronological order, processed and new events might be created during the simulation.

About

Two-pass Linker, Process Scheduler, Virtual Memory Management, I/O Scheduler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published