From: KanaYA FUMIHIRO Newsgroups: comp.os.msdos.djgpp Subject: Re: [Q] __dpmi_regs Date: Fri, 20 Mar 1998 15:58:48 +0900 Organization: Media Vision Lines: 22 Message-ID: <351213A8.B75212DE@mediavision.co.jp> References: <3510C6C1 DOT D4FA68B3 AT mediavision DOT co DOT jp> NNTP-Posting-Host: 210.160.144.28 Mime-Version: 1.0 Content-Type: text/plain; charset=iso-2022-jp Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Stefan Ring wrote: > Calling real mode functions from PM is always a problem. Some DPMI > implementations translate such calls and promote them to the real mode > interrupt, while others leave this job to you. > I recommend getting the djtut files from where you got djgpp, and read > the djgfx introduction. > Everything you need for writing your function is described there I try to read FAQ.I found "_go32_dpmi_allocate_memory". I use this function,get memory in RM(real-mode). ...It succeeded.Of course,It wasn't forgotten to free it,too. > Good luck, Still,after it was examined,I should have asked it a question. It is careful from the next. Thank you. -- k-ya