Date: Sat, 8 Nov 1997 12:32:29 -0800 (PST) Message-Id: <199711082032.MAA01359@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: jr10596 AT cedarnet DOT org, djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Bank Swapping Precedence: bulk At 11:15 11/6/1997 -0800, Jason Reel wrote: >I don't think this question is necesarily DJGPP specific, but I was >wondering how you call a real mode function in DJGPP. Namely, how do >you call the VESA 1.2 bank swapping function in place of using interrupt >4f05h? Any help would be greatly appreciated. I believe what you want is `__dpmi_simulate_real_mode_procedure_retf()'. See its docs with the rest of libc. Nate Eldredge eldredge AT ap DOT net