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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,fac7dbe21fe290e8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Received: by 10.68.232.42 with SMTP id tl10mr2966664pbc.7.1335367575934; Wed, 25 Apr 2012 08:26:15 -0700 (PDT) Path: r9ni97305pbh.0!nntp.google.com!news2.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: Lucretia Newsgroups: comp.lang.ada Subject: Re: Seeking for pointers about creating a custom GNAT runtime Date: Wed, 25 Apr 2012 08:24:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <10135175.858.1335367474732.JavaMail.geo-discussion-forums@vbep19> References: NNTP-Posting-Host: 90.198.231.13 Mime-Version: 1.0 X-Trace: posting.google.com 1335367575 5288 127.0.0.1 (25 Apr 2012 15:26:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 25 Apr 2012 15:26:15 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=90.198.231.13; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-04-25T08:24:34-07:00 List-Id: On Wednesday, April 25, 2012 9:44:13 AM UTC+1, Hibou57 (Yannick Duch=EAne) = wrote: > Hi all happy Ada prose authors, >=20 > I am seeking for some pointers, basic advices, about creating a custom = =20 > runtime for GNAT. >=20 > That's basically for a kind of toy for me: a minimal bootable environment= =20 > in which I will mainly play with some assembly and run some experiment. = =20 > However, I will also need a minimal environment, like a minimal text =20 > editor and a minimal terminal emulation, among others fundamental stuff, = =20 > and don't feel OK doing this in either assembly or C. Note that I am not = =20 > announcing a new OS in Ada, I'm not that silly, that's just planed to be = a =20 > toy for some personal experiments. >=20 > Any pointers welcome. I am not expecting anyone to do the stuff for me, = =20 > just pointers. I have done this on an ARM board, see the "blink" directory of https://gith= ub.com/Lucretia/tamp, it does nothing but boot on a board. You can apply th= e same idea for x86, you can use the --RTS flag to point to your new custom= RTS. Luke.