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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,be1cad394fc8713f,start X-Google-Attributes: gid103376,public From: "Carlos Piqueres Ayela" Subject: low-level Date: 1998/04/13 Message-ID: <01bd66bc$73c7ca40$beda4cc3@carlos>#1/1 X-Deja-AN: 343532895 Organization: Telefonica Transmision de Datos Newsgroups: comp.lang.ada Date: 1998-04-13T00:00:00+00:00 List-Id: I'm using GNAT 3.10 and Windows 95. I'm using the Jerry Van Dijk 's great Adagraph package to do simple graphics. But what I want to know is how you can access directly to the hardware (for example the SVGA hardware, BIOS interrupts...) for writing your own routins (graphics, hardware drivers...). Not doing it in C and interfacing with ADA programs, just doing it in ADA. I know that you can do such things in C with far pointers, library functions (int86()...) and things like that. Is there any equivalent to that in ADA ?? Carlos.