[CSE]  Advanced Operating Systems 
 COMP9242 2002/S2 
UNSW

PRINTER Printer-Friendly Version
Administration               
- Notices
- Course Intro
- Consultations
# On-line Survey (closed)
- Survey Results
 
Work
- Lectures
- Milestone 0
- Project Admin
- Project Spec
- Project FAQ
- Exam
 
Documentation
- ASysT Lab
- L4 source browser
- Sulima ISA Simulator
R4x00 ISA Summary 
MIPS R4700 ReferenceMIPS R4000 User Manual 
- Network Driver
- GT64111
 
Related Info
- Aurema OS Prize
- OS Hall of Fame
 
History
- 2000
- 1999
- 1998
 
Staff
- Gernot Heiser (LiC)

 
Valid HTML 4.0!
next up previous
Next: Page Faults and Pagers Up: 01-l4 Previous: Granting

Subsections

Clans & Chiefs

Clans & Chiefs are a security mechanism for:
  • task control: define ownership of tasks
    • a task creating another task becomes the chief of that task
    • the set of tasks created by a chief is that chief's clan
    • task can be killed only
      1. directly by its chief
      2. indirectly when its chief is killed

  • communication control: restrict the flow of messages
    • intra-clan messages are delivered directly
    • inter-clan messages are redirected to chief
    • chief can forward the message transparently
Depth of hierarchy is limited (16 on MIPS).


Note: Clans & chiefs will be replaced by a better model!

Inter-Clan IPC


\begin{picture}(320,240)(0,-50)
\par\put(170,170){\circle{20}}
\put(70,120){\cir...
...
\par\put(250,50){\oval(190,120)}
\par\put(170,60){\oval(380,200)}
\end{picture}



Gernot Heiser 2002-08-07