Enjoy Slackware 15.0!
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision Last revision Both sides next revision | ||
howtos:software:rtai [2018/03/06 23:14 (UTC)] bifferos created |
howtos:software:rtai [2018/03/08 13:21 (UTC)] bifferos [Example Program] |
||
---|---|---|---|
Line 9: | Line 9: | ||
===== Introduction ===== | ===== Introduction ===== | ||
- | RTAI is a system that allows your operating system to run so-called ' | + | RTAI is a system that allows your Linux operating system to run so-called ' |
something regularly, to a schedule dictated by you, no matter how heavily loaded the system. | something regularly, to a schedule dictated by you, no matter how heavily loaded the system. | ||
+ | < | ||
===== Getting RTAI ===== | ===== Getting RTAI ===== | ||
Line 204: | Line 205: | ||
| | ||
clean:: | clean:: | ||
- | $(RM) -f act *~ | + | $(RM) -f rtai-example |
| | ||
.PHONY: clean | .PHONY: clean | ||
</ | </ | ||
- | **TO BE CONTINUE....** | + | And here is the demo program, rtai-example.c: |
+ | < | ||
+ | **TO BE CONTINUED....** | ||
+ | </ | ||
===== Dedication ===== | ===== Dedication ===== |