From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: Access to hard disk (>8.5GB) Date: Thu, 26 Apr 2001 14:58:32 +0300 Lines: 11 Message-ID: <3AE80D68.C5AEC116@is.elta.co.il> References: <988280877 DOT 267693 AT osiris DOT esoterica DOT pt> NNTP-Posting-Host: diup-220-37.inter.net.il (213.8.220.37) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: fu-berlin.de 988286452 13253702 213.8.220.37 (16 [61365]) X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "Hiper M.A.R." wrote: > > Djgpp provides means to access directly drives using INT13 (biosdisk; > _bios_disk). > This only work if drive is smaller than 8.5 GB. > Does any one knows or have means to directly access sectors for drives > > 8.5 GB. What functions of Int 31h did you use? IIRC, there are special functions to access large disks, but you need to issue them with __dpmi_int, since biosdisk doesn't know about them.