From: sbaeck AT bewoner DOT dma DOT be Newsgroups: comp.os.msdos.djgpp Subject: 32-bit memory access Date: Wed, 26 Nov 1997 21:06:02 +0100 Organization: SKYNET SA/NV Lines: 9 Message-ID: <347C812A.55C9@bewoner.dma.be> Reply-To: sbaeck AT bewoner DOT dma DOT be NNTP-Posting-Host: brus9-44.brussel.skynet.be Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk For a project I am currently working on, I need to write DOS(!?)-software that can access the full 32-bit address-map of an Intel Pentium. This is impossible in real mode (DOS), so I'm using the djgpp-compiler to compile my software to protected mode. I know that I have to use DPMI and I know the DPMI-theory, but I don't know how to implement it using djgpp (and cwsdpmi). Good documentation and example-source-code would be welcome. Thanks.