X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Bob Smith" Newsgroups: comp.os.msdos.djgpp Subject: Using Extended INT13 for accessing the hard drive 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: <574Jb.101124$Dt6.2828540@twister.tampabay.rr.com> Date: Fri, 02 Jan 2004 01:49:53 GMT NNTP-Posting-Host: 24.73.111.82 X-Complaints-To: abuse AT rr DOT com X-Trace: twister.tampabay.rr.com 1073008193 24.73.111.82 (Thu, 01 Jan 2004 20:49:53 EST) NNTP-Posting-Date: Thu, 01 Jan 2004 20:49:53 EST 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....