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,8117b19a3253190,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!not-for-mail From: mccormick@cs.uni.edu (John McCormick) Newsgroups: comp.lang.ada Subject: Bare metal text I/O in Ada Date: 20 Mar 2005 10:01:39 -0800 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 205.161.210.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1111341699 25876 127.0.0.1 (20 Mar 2005 18:01:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 20 Mar 2005 18:01:39 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:9647 Date: 2005-03-20T10:01:39-08:00 List-Id: For the embedded systems class that I teach, I need to implement keyboard input and text output to EGA / VGA on a bare metal (no operating system) AMD (Intel clone) platform. Is anyone aware of any efforts in this area that I might build on? I am using IBM Rational Apex Embedded. The Text_IO supplied in TDM/Rational Exec uses the serial port to communicate with a host system to do the I/O. I need to do basic text I/O on the target not the host. Thanks for any pointers John