Date: Thu, 2 Jul 1998 09:06:12 +0300 (IDT) From: Eli Zaretskii To: MetcalJM AT utrc DOT utc DOT com cc: djgpp AT delorie DOT com, metcalf AT snet DOT net Subject: Re: Bios Geometry In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 1 Jul 1998 MetcalJM AT utrc DOT utc DOT com wrote: > Can anyone tell me why biosdisk, which I understand uses the > DOS INT 0x13 call, is reporting 1 less than the proper number or > cylinders? Ralf Brown's Interrupt List indicates (under INT 13h, function 08) that BIOSes which reserve the last cylinder for testing purposes return the cylinder count automatically decremented by one. Perhaps yours is such a BIOS? You probably could use function 0Ch to seek to the cylinder past the last one reported, to see if the BIOS lies to you.