From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: biosdisk & int 13 extensions Date: Thu, 6 Jan 2000 12:09:17 +0200 Organization: NetVision Israel Lines: 12 Message-ID: References: NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 947153556 29026 199.203.121.2 (6 Jan 2000 10:12:36 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 6 Jan 2000 10:12:36 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 5 Jan 2000, Angelene and Klaus Thane wrote: > Does anybody know if I can use biosdisk for int 13 extensions (0x48(Get > Drive Parameter) 42(Ext. Read), and 43(Ext. Write).) No, these functions aren't supported by biosdisk. The documentation of the function lists all the supported functions, and these aren't among them. You will have to use __dpmi_int; see sections 18.2 and 18.4 of the DJGPP FAQ for details.