From: "dima 3141596" Newsgroups: comp.os.msdos.djgpp Subject: Re: addressing question Date: Thu, 13 Sep 2001 18:17:23 +0300 Organization: Alkar Teleport News Server Lines: 19 Message-ID: <9nqitt$2mol$1@pandora.alkar.net> References: <9nqdp9$22n2$1 AT pandora DOT alkar DOT net> <9nqggh$4gk$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> NNTP-Posting-Host: dial-164-91.alkar.net Mime-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Trace: pandora.alkar.net 1000394494 88853 195.248.164.91 (13 Sep 2001 15:21:34 GMT) X-Complaints-To: abuse AT alkar DOT net NNTP-Posting-Date: Thu, 13 Sep 2001 15:21:34 +0000 (UTC) X-Newsreader: Microsoft Outlook Express 4.72.3155.0 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3155.0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi Hans-Bernhard Broeker ! >You cannot do that, in a DJGPP application. You *are* in PM, all the >time, so there's nothing to switch away from, into PM. OK, I switch to PM in the asm module which was loaded from the boot sector of HDD. After I can start module written on the C (DJGPP). And I have not both dos services nor any accessible libs. >Use far*() functions or dosmemput(). Or reinvent what they're doing, >using inline asm, if you really believe that gains you anything. far*() is not a functions, it's asm macros ! And how I said below I want to use pointers liked method to accessing to the memory. --dima