X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Dick Correa" Newsgroups: comp.os.msdos.djgpp Subject: Using Extended INT13 LBA and for hard disk access and DPMI under DJGPP Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: Date: Sun, 11 Apr 2004 13:28:54 GMT NNTP-Posting-Host: 24.73.111.82 X-Complaints-To: abuse AT rr DOT com X-Trace: twister.tampabay.rr.com 1081690134 24.73.111.82 (Sun, 11 Apr 2004 09:28:54 EDT) NNTP-Posting-Date: Sun, 11 Apr 2004 09:28:54 EDT Organization: RoadRunner - Central Florida To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The title kinda says it all... Does anyone have a code snippet for reading the hard drive using the extended LBA mode int13 calls using DPMI and djgpp. I wrote a handler for a windows 95 program using dosalloc and real mode and protected mode pointers with a simulated int13 call using dpmi int31 stuff with Borland C 3.1, but I can't seem to get a handle on it with djgpp. If you can point me in the right direction I would greatly appreciate it. Thanx....