domains: update domain schedule example
Update the domain schedule example to the new dynamic domain schedule API in seL4 and CAmkES. Use
scheduledeclaration instead of compiled-in schedule.Signed-off-by: Gerwin Klein gerwin.klein@proofcraft.systems
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802032778号
CAmkES
This repository contains various CAmkES applications, default configurations and testing scripts.
This is not a standalone repository. Check out the camkes-manifest repository using Google
repoto get a setup that includes these applications, or go to the seL4 docsite for details on CAmkES.Some of the applications in this repository are:
adder: demonstrates the use of data port wrapper to pass pointers via CAmkES RPCepit: demonstrates the use of CAmkES interrupt connector to receive hardware interruptsexchangestring: demonstrates how to pass string arguments between componentsfilter: demonstrates the use of a component to filter communicationkeyboard: demonstrates the use of IO ports and interrupts in a CAmkES componentlockserver: demonstrates how to use built-in mutexmulticlient: demonstrates multiple clients sharing one connectionmultiplier: demonstrates the use of arrays as argumentsmutex: demonstrates the use of user-defined connectors in CAmkESrotate: demonstrates the use of user-defined types as the arguments of an interfacesocket: demonstrates the use of user-defined data portsstructs: demonstrates the use of struct and array attributesterminal: a prototype for a secure terminal systemuart: demonstrates how to access hardware device memory