Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: dhiva007
  • Content: Threads
  • Order by date
  1. dhiva007

    hi im trying to use the interrup

    hi im trying to use the interrupt 13h extension functions (like service no. 42,...,48h). i wrote a function like this: int extread(int driveno,long absblock,unsigned int nsec) { int *si; char drive; buf.size=0x10; buf.nblock=nsec; buf.buffer=(void far *)buffer; buf.block[1]=0...
  2. dhiva007

    get drive parameter

    hai, i have written the assembly code to access the drive parameter.i checked with debug.but the entire buffer is filled with 0s.what is the problem with the code .i have written according to "interrupt list" by Half Brown. Also give idea about read sector using 42h. the assembly...
  3. dhiva007

    get drive parameter

    hai, i have written the 'c' code to access the drive parameters using fn 48h.But the buffer is filled with 0s.What is the problem with the code. struct x13 { unsigned int length; unsigned int flag; unsigned long int cyl; unsigned long int head; unsigned long int secptrc; unsigned long int...

Part and Inventory Search

Back
Top