Книги автора: Distributed operating systems
Книга: Distributed operating systems
9.6.5. Implementation of COOL
9.6.5. Implementation of COOL
The COOL subsystem runs on top of the Chorus microkernel, just like the UNIX one. It consists of a process that implements the COOL base and a COOL generic runtime system that is linked with every COOL program (along with the language library), as shown in Fig. 9-26. This design allows COOL processes to make calls to the COOL subsystem, while at the same time UNIX processes make calls to the UNIX subsystem, without the two interfering. This modularity is a direct result of the microkernel design, and holds for Amoeba and Mach as well, of course.
Fig. 9-26. Implementation of COOL.
Похожие страницы
- 9.6. COOL: AN OBJECT-ORIENTED SUBSYSTEM
- Implementation Inheritance
- Implementation ID
- 3.4.3. Implementation
- 11.5.2 Implementation Considerations
- 2.4.5. Implementation Issues
- 4.3.3. Implementation Issues for Processor Allocation Algorithms
- 5.2. DISTRIBUTED FILE SYSTEM IMPLEMENTATION
- 9.5.3. Implementation of UNIX on Chorus
- 9.6.1. The COOL Architecture
- 9.6.2.The COOL Base Layer
- 9.6.3.The COOL Generic Runtime System