X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Rod Pemberton" Newsgroups: comp.os.msdos.djgpp References: <1137560452 DOT 398133 DOT 301490 AT g14g2000cwa DOT googlegroups DOT com> <200601180522 DOT k0I5MCVR031756 AT envy DOT delorie DOT com> <1137562915 DOT 964676 DOT 222680 AT f14g2000cwb DOT googlegroups DOT com> <0g31a3-vdi2 DOT ln1 AT news DOT infowest DOT com> <1137630453 DOT 970504 DOT 258260 AT o13g2000cwo DOT googlegroups DOT com> Subject: Re: Adding 64-bit file support to DJGPP Lines: 35 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-IWN-Posted-By: [68.60.59.250] Thu Jan 19 00:50:25 2006 Message-ID: <1vs3a3-844.ln1@news.infowest.com> X-Complaints-To: abuse AT eli DOT net X-Trace: 52616e646f6d4956ab9aae61b20bf993acae1422cde01d166036f04ded8031b4ed2f07b6c7cb32c4f6630704743e93bc53b13ecab9474db05f8939db5de8207e7346680aabbabe37b2808f15e47487a35a3edba19a563ad5bca84d52bd45f8a2f0b8d1a5e1460919073f6bf5f50bc406fd32af981ef1f2a826618095301352d3a8760d1616b0b632a7d9a488f04f01e7 X-Abuse-Info: Please be sure to forward ALL headers so that we may process your complaint properly. NNTP-Posting-Date: Thu, 19 Jan 2006 08:07:55 UTC Date: Thu, 19 Jan 2006 08:07:55 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com <048321887-0001 AT t-online DOT de> wrote in message news:1137630453 DOT 970504 DOT 258260 AT o13g2000cwo DOT googlegroups DOT com... > Rod Pemberton wrote: > > > For personal use, I compiled a very raw but complete list of every interrupt > > called by every function for an older version of DJGPP. DJGPP version 3.4.1 > > calls about 170 DOS, BIOS, etc. interrupts. I'll just list the ones that > > call 71xx functions below my signature. If you need to know which ones call > > specific functions, just ask in this newsgroup or the other newsgroup you > > post DR-DOS announcements too. > > Thank you! How did you compile this list? I compiled the list manually by searching with Windows find. That was just a _very_ small portion of the list. DJGPP wasn't too bad since most calls use __dpmi_int(). DJGPP calls about 170 DOS, BIOS, DPMI, etc. functions that I could find. Today, I think I just found a few more I missed... OW1.3, on the other hand, was very difficult because of hard code, assembly, various methods of calling DPMI, etc. I found about 100 DOS, BIOS, DPMI calls for OW. Of course, it doesn't have LFN support, integrated DPMI support, or POSIX functions... I know the LFN api has some non-71xx functions. Time perhaps? I don't recall at the moment, but let me know if you need more... Rod Pemberton