X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a05:620a:838d:b0:774:b2e:15a8 with SMTP id pb13-20020a05620a838d00b007740b2e15a8mr181103qkn.12.1696297135452; Mon, 02 Oct 2023 18:38:55 -0700 (PDT) X-Received: by 2002:a05:6808:d47:b0:3a8:8470:fe6a with SMTP id w7-20020a0568080d4700b003a88470fe6amr6301758oik.6.1696297135204; Mon, 02 Oct 2023 18:38:55 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Mon, 2 Oct 2023 18:38:54 -0700 (PDT) In-Reply-To: <83jzu9sn2t.fsf@gnu.org> Injection-Info: google-groups.googlegroups.com; posting-host=89.176.63.76; posting-account=Q0wMHAoAAADjYrghh94FTf6YnbpTqZgp NNTP-Posting-Host: 89.176.63.76 References: <43bcdb29-6ac3-4cdf-a0ca-e73adb60bf91 AT googlegroups DOT com> <83jzu9sn2t DOT fsf AT gnu DOT org> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: compilation of sqlite3 on dos using djgpp From: "RayeR (rayer314 AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Tue, 03 Oct 2023 01:38:55 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1679 Lines: 3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Why wasn't mmap implemented in the first place? > Because DPMI 0.9 doesn't support the required functionality, AFAIR. CWSDPMI supports some DPMI 1.0 functions. I implemented a subset of mmap for DOS port of NVclock utility via the __djgpp_map_physical_memory()