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=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,d6cfc4c1ab62ae75,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: "Lud" Newsgroups: comp.lang.ada Subject: How to get a a hello program written in ADA to run when VxWorks is started? Date: 22 Jun 2005 09:33:22 -0700 Organization: http://groups.google.com Message-ID: <1119458002.204070.254050@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 192.35.35.36 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1119458007 29983 127.0.0.1 (22 Jun 2005 16:33:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 22 Jun 2005 16:33:27 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=192.35.35.36; posting-account=vpx6pg0AAACZj7NsXLgWWnHx_3M9UTfs Xref: g2news1.google.com comp.lang.ada:11570 Date: 2005-06-22T09:33:22-07:00 List-Id: Looking for how to have a program like hello written in ADA (using the GANT compiler supplied by ADA Core)to be loaded and run automatically when VxWorks is booted up. The help in VxWorks sates that the module usrAppInit.c is to be updated.