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.8 required=5.0 tests=BAYES_00,FREEMAIL_FROM, PLING_QUERY autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9a5e0182cbfaa45b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!k10g2000yqa.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Bj=F6rn?= Newsgroups: comp.lang.ada Subject: Re: Does mmap gives a right result?! Date: Sun, 3 Oct 2010 10:49:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <459d08e4-1370-4925-9d9f-64ee0f472c19@f25g2000yqc.googlegroups.com> NNTP-Posting-Host: 85.227.20.141 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1286128176 10532 127.0.0.1 (3 Oct 2010 17:49:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 3 Oct 2010 17:49:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: k10g2000yqa.googlegroups.com; posting-host=85.227.20.141; posting-account=YboemQoAAADByXNKUQ0Fw0OSJ9Iwf36T User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; sv-SE; rv:1.9.2.10) Gecko/20100915 Ubuntu/10.04 (lucid) Firefox/3.6.10,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:14369 Date: 2010-10-03T10:49:36-07:00 List-Id: > I'm quite sure my mmap doesn't run properly. I'm about to makes all > framebuffer's interfacing functions in C then implement the remaining > in Ada but it will be a nice things if everything can be made with the > same language. > > Any clues or opinion is welcome about. Did you look at the GNAT Component Collection from AdaCore? http://libre.adacore.com/libre/tools/gnat-component-collection/ The mmap functions that it provides worked well for me. Bj=F6rn