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=-0.4 required=5.0 tests=AC_FROM_MANY_DOTS,BAYES_00 autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,95dad97c56f9de95 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-09-24 15:05:52 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!psinet-eu-nl!psiuk-p4!uknet!psiuk-n!news.pace.co.uk!nh.pace.co.uk!not-for-mail From: "Marin David Condic" Newsgroups: comp.lang.ada Subject: Re: Curiousity: pragma No_Run_Time for Gnat Date: Mon, 24 Sep 2001 17:54:31 -0400 Organization: Posted on a server owned by Pace Micro Technology plc Message-ID: <9ooa2p$j91$1@nh.pace.co.uk> References: <9oo006$fdf$1@nh.pace.co.uk> <9oo7ne$145d$1@ns.felk.cvut.cz> NNTP-Posting-Host: dhcp-200-133.miami.pace.co.uk X-Trace: nh.pace.co.uk 1001368473 19745 136.170.200.133 (24 Sep 2001 21:54:33 GMT) X-Complaints-To: newsmaster@news.cam.pace.co.uk NNTP-Posting-Date: 24 Sep 2001 21:54:33 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:13306 Date: 2001-09-24T21:54:33+00:00 List-Id: O.K. I've bookmarked that. I'll look at it as soon as I can get that elusive Round Tuit. I'm also wondering if it would eschew any BIOS calls or if the BIOS would be presumed? I'm wondering if I can really get some sort of "pure" x86 code? MDC -- Marin David Condic Senior Software Engineer Pace Micro Technology Americas www.pacemicro.com Enabling the digital revolution e-Mail: marin.condic@pacemicro.com Web: http://www.mcondic.com/ "Sergey Koshcheyev" wrote in message news:9oo7ne$145d$1@ns.felk.cvut.cz... > > > My experience (I don't have the GNORT documentation) was that GNAT indeed > produced "self-contained" executables when this pragma was used, except it > once needed to call memcpy from the C library (when copying arrays), but I > linked that in statically. > > Serge Robyns has written a small OS kernel using GNAT and pragma No_Run_Time > this way. It can be found at http://web.wanadoo.be/rc.s/AdaOS/index.html > > Sergey Koshcheyev > >