Date: Wed, 28 Feb 1996 08:59:49 +0200 (IST) From: Eli Zaretskii To: "Roman I. Ekzhanov" Cc: djgpp AT delorie DOT com Subject: Re: BIOS32 In-Reply-To: <31332351.6492@module.vympel.msk.ru> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 27 Feb 1996, Roman I. Ekzhanov wrote: > How can I call BIOS32 or PCI BIOS entry point from DJGPP programm, > if their _physical_ addresses are known? Did you try the library functions `_go32_dpmi_simulate_fcall' and `_go32_dpmi_simulate_fcall_iret'? They are described in the C library on-line docs.