From: Ying Qin Newsgroups: comp.os.msdos.djgpp Subject: How to use real mode structure allocated in protected mode? Date: Fri, 22 Aug 1997 12:05:19 -0700 Organization: DREAM Lab Lines: 4 Message-ID: <33FDE2EF.64AC@ece.uci.edu> Reply-To: yqin AT ece DOT uci DOT edu NNTP-Posting-Host: neyah.eng.uci.edu 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 In fact, a real mode structure will be used in a real mode interrupt, I have allocated the dos memory with a _go32_dpmi_allocate_dos_memory() call and got a real mode segment base address and a protected mode selector of allocated block. How can I use it as a structure? Thx.