Treffer: An Implementation of an Operating System Kernel using Concurrent Object Oriented Language ABCL/c+.

Title:
An Implementation of an Operating System Kernel using Concurrent Object Oriented Language ABCL/c+.
Source:
ECOOP '88 European Conference on Object-Oriented Programming. 1988, p250-266. 17p.
Database:
Supplemental Index

Weitere Informationen

The ABCL/c+ is a C-based concurrent object-oriented language, designed as an extension of ABCL/l, a language developed by A. Yonezawa and others. In order to create the world of processes, a routine object is introduced which unifies procedures, functions, and objects. ABCL/c+ is then used to write an operating system kernel. The XINU operating system, developed by D. Comer and others of Bell Laboratories, is rewritten entirely in ABCL/c+. The result shows that concurrent object-oriented languages can produce a highly readable and understandable operating system kernel. [ABSTRACT FROM AUTHOR]