From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: tutorial for concurrent programming techniques (in Ada). Date: Sun, 20 May 2018 15:50:37 +0100 Organization: A noiseless patient Spider Message-ID: References: <40b98bc9-3538-46ec-ba08-bb3f93f69830@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: h2725194.stratoserver.net; posting-host="6e6d3fb9eee5c4fbc9c7c9ad08118c9d"; logging-data="26494"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/A8sbS5S5zJe82mACBl/MKBDtQZQPnsq4=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (darwin) Cancel-Lock: sha1:rNPClYcLiOCEjLLNQa3fR5vXehg= sha1:vg9co3dZVwHCN8zXrJX/GRVSV60= Xref: reader02.eternal-september.org comp.lang.ada:52501 Date: 2018-05-20T15:50:37+01:00 List-Id: Dennis Lee Bieber writes: > bare-board development requires one to provide a run-time that > supports tasking natively, whereas Linux/Windows development punts > from the run-time to the OS) Or you could do without tasking, either via total bare-metal work like Maciej Sobczak's http://www.inspirel.com/articles/Ada_On_Cortex.html, or using an AdaCore 'zero footprint' runtime. Or you could build a tasking runtime over something like FreeRTOS. AdaCore had (probably still have) a full runtime built over VxWorks.