The Multics input/output system

  • Authors:
  • R. J. Feiertag;E. I. Organick

  • Affiliations:
  • Massachusetts Institute of Technology, Cambridge, Massachusetts;University of Utah, Salt Lake City, Utah

  • Venue:
  • ACM SIGOPS Operating Systems Review
  • Year:
  • 1972

Quantified Score

Hi-index 0.00

Visualization

Abstract

An I/O system has been implemented in the Multics system that facilitates dynamic switching of I/O devices. This switching is accomplished by providing a general interface for all I/O devices that allows all equivalent operations on different devices to be expressed in the same way. Also particular devices are referenced by symbolic names and the binding of names to devices can be dynamically modified. Available I/O operations range from a set of basic I/O calls that require almost no knowledge of the I/O System or the I/O device being used to fully general calls that permit one to take full advantage of all features of an I/O device but require considerable knowledge of the I/O System and the device. The I/O System is described and some popular applications of it, illustrating these features, are presented.