Xref: news-dnh.mv.net comp.os.msdos.djgpp:149 Path: news-dnh.mv.net!mv!news.sprintlink.net!cs.utexas.edu!swrinde!news.uh.edu!uuneo.neosoft.com!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: Editing the GDT Date: Tue, 06 Jun 1995 08:13:21 CDT Organization: NeoSoft Internet Services +1 713 968 5800 Lines: 12 References: <3qvfcu$173 AT owl DOT und DOT ac DOT za> Reply-To: sandmann AT praline DOT no DOT NeoSoft DOT com Nntp-Posting-Host: praline.no.neosoft.com To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > I want to be able to access an arbitrary chunk of memory.. [grin, to those of > you who know why] placed at 13meg, linear, 1 meg long. > > How can I (a) either find the selector which points to the GDT, or (b) go > about defining a selector which points to the arb memory in question? Get the DPMI spec, run under DPMI. It provides services to do this, and this is the way it will need to be done under V2. If you don't have a DPMI provider around, get CWSDPMI from ftp.neosoft.com:/pub/users/s/sandmann Remember GO32 disappears very soon, it's a dead product, don't program for it's quirks!