[2025-jun-17] The SlackDocs mailing lists at https://lists.alienbase.nl/mailman/listinfo have been retired. No one has been using these lists for years and it's time to say goodbye. The list archives remain available at https://scalzi.slackware.nl/mailman/listinfo/slackdocs
[2025-jun-17] The SlackDocs Wiki has moved to a new server, in order to make it more performant.
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
howtos:software:rtai [2018/03/06 23:14 (UTC)] – created bifferos | howtos:software:rtai [2018/03/08 13:22 (UTC)] (current) – [Example Program] bifferos | ||
---|---|---|---|
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: |
+ | < | ||
+ | TODO | ||
+ | </ | ||
===== Dedication ===== | ===== Dedication ===== |