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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be0ffa00e7ee1ac6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-04-29 05:38:49 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news.tele.dk!small.news.tele.dk!195.27.83.146!news-FFM2.ecrc.net!news.cesnet.cz!crax.cesnet.cz!news.felk.cvut.cz!not-for-mail From: "Sergey Koshcheyev" Newsgroups: comp.lang.ada Subject: Re: An OS in Ada, why not RTEMS ? Date: Mon, 29 Apr 2002 14:09:30 +0200 Organization: Czech Technical University Message-ID: References: NNTP-Posting-Host: m232.dkm.cz X-Trace: ns.felk.cvut.cz 1020082166 22531 62.24.78.232 (29 Apr 2002 12:09:26 GMT) X-Complaints-To: usenet@ns.felk.cvut.cz NNTP-Posting-Date: Mon, 29 Apr 2002 12:09:26 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:23214 Date: 2002-04-29T14:09:30+02:00 List-Id: "James Ross" wrote in message news:i1mpcuskfe8uf3qq7t379cqvbc890dpqlf@4ax.com... > We need those machine language bytes that are in the .lst file with > the proper address of the _system__storage_elements__to_address > subroutine along with the subroutine ml code itself in a .bin file. > Not an ELF, not a PE, not a .o, not a .lst, But a raw binary file. > > CAN WE DO THAT? Yes, we can, several people have done this already (me included). Actually, what's wrong with ELF? GRUB(http://www.gnu.org/software/grub/) can load it. But if you still want a .bin, I believe it is possible to get it using GNU binutils. However, the hard question seems to be "what now?" Sergey.