Synchronized Disk Access Module
Role in the System
This module provides a synchronized interface between the physical disk and the computer. The relevant files are synchdisk.h and synchdisk.cc. This module implements this task by waiting until a disk operation completes (as opposed to the implementation in the Asynchronous Physical Disk Module). This is accomplished via locks and semaphores.
Uses Relation