XENOMAI Cross Reference

  Name Size Date (UTC) Description
  Name Size Date (UTC) Description
Parent directory - 2012-07-10 18:42:58  
common/ - 2012-01-14 02:32:23  
native/ - 2012-01-14 02:32:23  
posix/ - 2012-01-14 02:32:23

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.

rtdm/ - 2011-11-09 12:21:36  
Makefile 152 bytes 2011-11-09 12:21:36

你可能感兴趣的:(XENOMAI Cross Reference)