[
RCOS.java Home
|
RCOS Home
|
David's Home
]
Kernel
CRC
Name:
Kernel
Comment:
RCOS message passing kernel, possibly with more functionality added
Collaborators:
Responsibilities:
init - perform necessary operations at start
close - shutdown OS
Run()
- ?? not sure what will be here
sendMessage
postMessage
handleMessage?
DoSystemCall( int sCall, ..data )
called by CPU when it detects a system call
ProcessContext theContext = ReadContext()
save the current CPU context onto the appropriate Process
WriteContext( ProcessContext theContext )
write a new context