/usr/share/libxenomai-dev/examples/posix/README is in libxenomai-dev 2.6.3-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | About satch for POSIX
---------------------
The demo satch for POSIX is divided into two parts:
- one running as a kernel module and implementing the producer task;
- a second one executing in user space and running the consumer task.
The purpose of the demo is to exhibit POSIX shared memory and message
queues support since communication between kernel task and the user
space application involves both mecanisms.
Build the demo
--------------
Run "make all" to build both user-space application and kernel module.
Note that you can override xenomai search path and the kernel source
path using respectively "make XENO=..." and "make KSRC=..."
Run satch
---------
Once satch and satch.ko have been built, in order to try it, load
satch.ko by using insmod or modprobe, then run satch.
|