| Home |
|
Chapter 5 |
|
As the OS coordinates the activities of the processor, it uses RAM as a temporary storage area for instructions and data the processor needs. The OS is therefore responsible for coordinating the space allocations in RAM to ensure that there is enough space for the waiting instructions and data. If there isn’t sufficient space in RAM for all the data and instructions, then the OS allocates the least necessary files to temporary storage on the hard drive, called virtual memory.
The OS manages storage by providing a file-management system that keeps track of the names and locations of files and programs. Programs called device drivers facilitate communication between devices attached to the computer and the OS. Device drivers translate the specialized commands of devices to commands that the OS can understand and vice versa, enabling the OS to communicate with every device in the computer system. Device drivers for common devices are included in the OS software, whereas other devices come with a device driver that you must install or download off the Web.
|