Memory management module partition memory into pages and implement concepts like virtual memory, cache memory etc.
Scheduler decides which process is to be scheduled for execution and for how much time in a time sharing system.
Some devices are inherently non-sharable. Operating systems manage these types of devices using a technique called spooling.
One of the most important tasks of an operating system is the effective management of information. The modules of the operating system dealing with the management of information are called the file system. The purpose of file system is to free the programmer from the problems related to the allocation of space for his information, as well as to free from other physical problems such as storage format and I/O accessing. Information is stored files and they are organized in the form of a tree structure where each root/sub root in tree is a special file called directory. They contain information about other files.
0 Comments