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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5bef5e9c5bedc675 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-02 18:29:46 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!kibo.news.demon.net!news.demon.co.uk!demon!not-for-mail From: "Luke A. Guest" Newsgroups: comp.lang.ada Subject: Re: [No_Elaboration_Code] GNAT still generating rep_to_pos, why? Date: Sat, 03 Jan 2004 02:29:45 +0000 Message-ID: References: NNTP-Posting-Host: abyss2.demon.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.demon.co.uk 1073096985 11520 62.49.62.197 (3 Jan 2004 02:29:45 GMT) X-Complaints-To: abuse@demon.net NNTP-Posting-Date: Sat, 3 Jan 2004 02:29:45 +0000 (UTC) User-Agent: Pan/0.14.0 (I'm Being Nibbled to Death by Cats!) Xref: archiver1.google.com comp.lang.ada:4059 Date: 2004-01-03T02:29:45+00:00 List-Id: On Fri, 02 Jan 2004 19:41:21 -0600, sk wrote: > "Luke A. Gueast" > > > ... ... > > I have a "Hello World" "kernel" for the i386 which might provide > a starting point for you. > > It is ELF32, loaded by GRUB, incorporates the "pragma No_Run_Time" > and all the flags I used to create it. > > The "kernel" is totally useless since once "Hello World" is printed, > the processor is halted. > > www.ktc.com/~sknipe and follow the links. Well, mine works, but it doesn't halt the processor so I can load another compiled version staight away from the PROM. Luke.