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.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,345cecbee95ca646 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.175.65 with SMTP id w1mr9699065qaz.7.1363036477632; Mon, 11 Mar 2013 14:14:37 -0700 (PDT) X-Received: by 10.49.81.198 with SMTP id c6mr1027168qey.37.1363036477598; Mon, 11 Mar 2013 14:14:37 -0700 (PDT) Path: o5ni743qas.0!nntp.google.com!dd2no794865qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 11 Mar 2013 14:14:37 -0700 (PDT) In-Reply-To: <513dbf68$0$6580$9b4e6d93@newsspool3.arcor-online.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.48.217.25; posting-account=-WG8VgoAAAAlWewKFi0J7zSTMYXZyyK3 NNTP-Posting-Host: 75.48.217.25 References: <19d330ec-9b61-414e-abc3-e25a8c786b81@googlegroups.com> <513dbf68$0$6580$9b4e6d93@newsspool3.arcor-online.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <9c94727f-6ace-4a8c-8d2d-7929db956f72@googlegroups.com> Subject: Re: Bootstrapping a null procedure. Seriously?! From: Diogenes Injection-Date: Mon, 11 Mar 2013 21:14:37 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-11T14:14:37-07:00 List-Id: Actually I just need to figure out how to write a crt0.o file just for boot= strapping the Runtime. That shouldn't be too hard. Really, all the machine needs is a _start point= . I can gradually add parts of the runtime/kernel from there. I'd like to build a runtime/profile that's slightly less rigorous than the = Ravenscar profile. It would allow Generics and allow Dynamic Memory allocat= ion only through the use of explicitly declared Storage Pools. Suspect I'll= have to do some in depth compiler hacking for that though.