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,64c8ae0c67d96aad X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!proxad.net!freenix!news.wanadoo.fr!news.wanadoo.fr!not-for-mail From: Jean-Baptiste CAMPESATO Organization: a2lf - Association pour le Logiciel Libre Francophone Subject: Re: Change graphic mode Date: Sat, 12 Mar 2005 13:07:08 +0100 User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Message-Id: Newsgroups: comp.lang.ada References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 12 Mar 2005 13:06:21 CET NNTP-Posting-Host: 83.112.49.198 X-Trace: 1110629181 news.wanadoo.fr 25044 83.112.49.198:46307 X-Complaints-To: abuse@wanadoo.fr Xref: g2news1.google.com comp.lang.ada:9220 Date: 2005-03-12T13:06:21+01:00 List-Id: Le Sat, 12 Mar 2005 11:47:22 +0000, Marius Amado Alves a �crit�: >> I dont want to use SVGALib because i want to works nativly in the video >> memory. > > And SVGALib doesn't let you do that? > >> But how SVGALib open a graphic mode ? > > Function "vga_setmode" > >> And how they access at the >> segment 0xA0000000L to work in video memory ? > > This I don't know. > > I don't have the C unit at hand right now. My binding does not access > memory directly. I used these linker options: > > -i/usr/include/vga.h > -lvga > > So I suggest you try to locate "vga.h" and check if it has the > functions you require. The setmode function can be interesting for me. I will try to use that. Have you a link to download SVGALib for Ada ? Thanks