From: Vincenzo Morello Newsgroups: comp.os.msdos.djgpp Subject: _bios_disk() inefficiency Date: Wed, 04 Mar 1998 22:35:41 +0100 Organization: Telecom Italia Net Lines: 11 Message-ID: <34FDC92D.23D8@tin.it> Reply-To: morellov AT tin DOT it NNTP-Posting-Host: ppp49-pa3.neomedia.it 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 I get very low performance in a DJGPP V2 program which has to read large disk data in low level mode. I use _bios_disk() to read the disk and the program runs *five times* slower than in Borland real mode. Any tips/tricks for this problem ? What about using DJGPP V1 ? Thanks, Vincenzo Morello (morellov AT tin DOT it)