Re: [Freedos-devel] re: Coding a getdta() function in FreeDOS

2005-08-05 Thread kd4d
Hi Eric: Thanks. That provided enough breadcrumbs to get it going! :-) Mark > > Hi Mark, you are pretty close already... > > > get a getdta() function (to acquire the disk transfer area) that will > > work with Open Watcom... > > The Kernel interrupt handler for Interrupt 21 function 2F >

[Freedos-devel] re: Coding a getdta() function in FreeDOS

2005-08-05 Thread Eric Auer
Hi Mark, you are pretty close already... > get a getdta() function (to acquire the disk transfer area) that will > work with Open Watcom... > The Kernel interrupt handler for Interrupt 21 function 2F > boils down to... > Is the return of a 16-bit value correct here? No. Your function is fine bu