Advanced synchronization in Mac OS X: extending unix to SMP and real-time

  • Authors:
  • Louis G. Gerbarg

  • Affiliations:
  • Apple Computer, Inc.

  • Venue:
  • BSDC'02 Proceedings of the BSD Conference 2002 on BSD Conference
  • Year:
  • 2002

Quantified Score

Hi-index 0.00

Visualization

Abstract

Throughout the years, as Unix has grown and evolved so has computer hardware. The 4.4BSD-Lite2 distribution had no support for two features that are becoming more and more important: SMP and real-time processing. With the release Mac OS X Apple has made extensive alterations to our kernel in order to support both SMP and real-time processing. These alterations affected both the BSD and Mach portions of our kernel, as well as shaping our driver system, IOKit. These changes range from scheduling policies, enabling support for kernel preemption, altering locking hierarchies, and defining new serialization primitives, as well as designing a driver architecture that allows developers to easily make their drivers SMP and preemption safe.