tree: 5161cf35f8b280815a55cae9bda7ec041d7ffb98 [path history] [tgz]
  1. components/
  2. include/
  3. interfaces/
  4. CMakeLists.txt
  5. project.camkes
  6. README.md
apps/RPCOverMultiSharedData/README.md

This application demonstrates the use of the seL4RPCOverMultiSharedData to perform RPC using shared memory buffers between the client and server. This allows for transferring data larger than what can fit in an seL4 IPC buffer. The generated stubs will copy the arguments into the shared buffer and then copy them out again on each side.