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.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,6405eefbf080daa6,start X-Google-Attributes: gid103376,public From: tramse@aol.com (Tramse) Subject: Is an RTOS Required for Ada? Date: 1999/05/13 Message-ID: <19990513150314.13727.00000147@ng-cs1.aol.com>#1/1 X-Deja-AN: 477520128 Organization: AOL http://www.aol.com Newsgroups: comp.lang.ada X-Admin: news@aol.com Date: 1999-05-13T00:00:00+00:00 List-Id: I have an application in which Ada95 is required. The target microcontroller is the Motorola 68336. It a real simple application, it only needs to read/write to fixed addresses (ports/data) and respond to a interupts. We have a real fast boot up requirement and small RAM resource (7.5K) and can't afford the boot time and RAM requried for a RTOS. Can we use Ada and compile direct to 68K code without using an RTOS (like we could in C)? Mike