X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Sat, 1 Dec 2007 14:47:52 -0500 Message-Id: <200712011947.lB1JlqJh010790@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from sHadoW MaN on Sat, 1 Dec 2007 14:42:46 -0500) Subject: Re: using __dpmi_int References: Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Why didn't you juse use _bios_disk () ? The thing about doing your own dpmi_int calls is that you need to move the data back and forth to the real mode memory, but the _bios_disk() function does all that for you.