[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: Send message descriptor format Up: 01-l4 Previous: L4 IPC Messages

Register message format

Registers (s0 ...s7 on MIPS R4k) contain:
  • some (possibly zero) 2-word fpage descriptors,
  • followed by data




 fpage descriptors   by-value data  




  • presence of fpages is indicated by the \(m\)-bit in snd_msg or rcv_msg.
  • fpage processing stops if invalid fpage descriptor found
  • remainder (or all) of register data is simply copied

Size is specified in l4/ipc.h:l4_ipc_reg_msg_t.

.


Gernot Heiser 2002-08-07