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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,24bc3b66cdc3b8dd X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Help: accessing Bios param from Ada Date: 1999/04/14 Message-ID: <3714ed5f.8231172@news.pacbell.net>#1/1 X-Deja-AN: 466412111 References: <3713B162.55EA70F7@club-internet.fr> <3714EB7F.D6B6814D@club-internet.fr> X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.pbi.net 924118502 206.170.2.204 (Wed, 14 Apr 1999 12:35:02 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Wed, 14 Apr 1999 12:35:02 PDT Newsgroups: comp.lang.ada Date: 1999-04-14T00:00:00+00:00 List-Id: > I am defining a Dos Ada program but originally you said >I am using AdaObjet 7.1.2 under Win98 Are you cross compiling from Win98 to DOS? Then your compiler should have libraries supplied that give you access to IO ports and physical memory addresses. In fact, any compiler targetted to DOS, regardless of where it compiles, should do that.