Date: Tue, 6 Feb 2001 21:31:05 -0500 Message-Id: <200102070231.VAA23644@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <3a80a97c$0$96560$272ea4a1@news.execpc.com> (NoEmailAds AT execpc DOT com) Subject: Re: 18-sector limit with biosdisk() References: <3a80a97c$0$96560$272ea4a1 AT news DOT execpc DOT com> Reply-To: djgpp AT delorie DOT com 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 > Could this limit be removed in the next version of the C library? > Or raised to 21 sectors? The Win95 install floppies have > 21 sectors per track (1.68 meg per disk), as do various > demo disks, OS boot disks, etc. It can be raised pretty easily, but making it dynamically adjust will be trickier. http://www.delorie.com/djgpp/cvs.html You want src/libc/bios/biosdisk.c Send patches to djgpp-workers AT delorie DOT com for review. Does anyone know of any floppies with more than 21 sectors that the BIOS calls support?