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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.99.144.65 with SMTP id a62mr9690452pge.135.1490717349377; Tue, 28 Mar 2017 09:09:09 -0700 (PDT) X-Received: by 10.157.46.203 with SMTP id w69mr2200315ota.5.1490717349326; Tue, 28 Mar 2017 09:09:09 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!y18no1197520itc.0!news-out.google.com!m191ni12940itc.0!nntp.google.com!y18no1197519itc.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 28 Mar 2017 09:09:08 -0700 (PDT) In-Reply-To: <3c29bdb7-2cdc-432c-9bac-c842e627b034@googlegroups.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:c7d:3c2f:4800:ba1c:58e0:f31b:705e; posting-account=L2-UcQkAAAAfd_BqbeNHs3XeM0jTXloS NNTP-Posting-Host: 2a02:c7d:3c2f:4800:ba1c:58e0:f31b:705e References: <8fa0c8c3-31cd-434c-a903-2669877c4518@googlegroups.com> <6751f54f-3a9f-477c-9bb6-518320c3db17@googlegroups.com> <264a77d8-256e-4bd5-99d6-d29eb083ead6@googlegroups.com> <388364188.512294879.318868.laguest-archeia.com@nntp.aioe.org> <3c29bdb7-2cdc-432c-9bac-c842e627b034@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <6a141fa8-631a-49cd-9ec7-c95b60defb55@googlegroups.com> Subject: Re: Ada UEFI programming From: Lucretia Injection-Date: Tue, 28 Mar 2017 16:09:09 +0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:46496 Date: 2017-03-28T09:09:08-07:00 List-Id: On Tuesday, 28 March 2017 08:48:53 UTC+1, George J wrote: > Ok,thanks to all! Hope, it will be possible!) Of course it's possible. You have read these right? http://wiki.osdev.org/PE http://wiki.osdev.org/UEFI#GNU-EFI_and_GCC You need an x86_64-pe targetted gcc cross compiler, you can then follow wha= t I've done http://wiki.osdev.org/Ada_Bare_bones and https://github.com/Luc= retia/bare_bones (this is more up to date than the osdev link as I now have= a secondary stack) for a bare metal runtime to target this kind of applica= tion area. You would use gcc to generate a binding from a uefi.h file (if there is one= ), or just bind as you normally would.