Jump to content

SPIN (operating system)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Sietse Snel (talk | contribs) at 15:18, 9 September 2016 (fix deprecated reference tag, dia). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

SPIN
DeveloperUniversity of Washington
Written inModula-3
OS familyMach-like[1]
Source modelOpen source
Kernel typeMicrokernel[2]
Official websiteSPIN

The SPIN Operating System is a research project implemented in the computer programming language Modula-3, and is an Open Source project. It is designed with three goals in mind: flexibility, safety and performance. SPIN was developed at the University of Washington.

The kernel can be extended by dynamically loaded modules which implement interfaces that represent domains. These domains are defined by Modula-3 INTERFACE. All kernel extensions are written in Modula-3 safe subset with metalanguage constructs and type safe casting system. The system also issued a special run-time extension compiler.

One set of kernel extensions provides an application programming interface (API) that emulates the Digital Unix system call interface. This allows Unix applications to run on the SPIN operating system.[3]

References

  1. ^ Bershad, Brian N; Stefan Savage; Przemys Pardyak; Emin Gun Sirer; Marc E Fiuczynski; David Becker; Craig Chambers; Susan Eggers (1995). "Extensibility, safety and performance in the SPIN operating system": 267–284. {{cite journal}}: Cite journal requires |journal= (help)
  2. ^ Bershad, Brian N; Chambers, Craig; Eggers, Susan; Maeda, Chris; Mcnamee, Dylan; Pardyak, Przemyslaw; Savage, Stefan; Sirer, Emin Gün (1994). "SPIN - an extensible microkernel for application-specific operating system services": 68–71. {{cite journal}}: Cite journal requires |journal= (help)
  3. ^ Dion, David (1996). "A User-Level Unix Server for the SPIN Operating System". {{cite journal}}: Cite journal requires |journal= (help)