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-Thread: 103376,7d661b6f053d692e,start X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news2.arglkargh.de!feeder.erje.net!aioe.org!not-for-mail From: Xianzheng Zhou Newsgroups: comp.lang.ada Subject: Help writing ada booting kernel Date: Sun, 15 Jul 2007 23:55:00 +1000 Organization: Aioe.org NNTP Server Message-ID: NNTP-Posting-Host: Brjar1TMMVF3nEKPGBV4Hg.user.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org User-Agent: Thunderbird 1.5.0.12 (X11/20070604) Xref: g2news1.google.com comp.lang.ada:16475 Date: 2007-07-15T23:55:00+10:00 List-Id: Hello all, I'm a new to Ada and very interested in learning this language. Currently, I'm trying to write a small program in ada compiled by gnat, to boot an ordinary PC, something like grub. I'm wonderring whether ada can do this low-level task and how may I use the gnat progma to achieve this. Please advise if you know how to do this. Many thanks. Joe