From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-74-118.ec2.internal X-Spam-Level: X-Spam-Status: No, score=-1.9 required=3.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.6 Path: eternal-september.org!reader02.eternal-september.org!aioe.org!8nKyDL3nVTTIdBB8axZhRA.user.46.165.242.75.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada versus Pascal Date: Sat, 23 Oct 2021 15:08:25 +0100 Organization: Aioe.org NNTP Server Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: gioia.aioe.org; logging-data="30857"; posting-host="8nKyDL3nVTTIdBB8axZhRA.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org"; User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (darwin) X-Notice: Filtered by postfilter v. 0.9.2 Cancel-Lock: sha1:Dlufk1GRLHGOZnFoag2iOEP46Ek= Xref: reader02.eternal-september.org comp.lang.ada:63064 List-Id: Niklas Holsti writes: > Indeed Ada tasking works in the same way whichever OS is used, and > also in the "bare board", no-OS situation. Most bare-board runtimes use a subset (the Ravenscar profile) of full Ada's tasking facilities. That said, code intended for the bare-board can be developed on the desktop.