Absolute Sector(s) segment register values

Files Recovery Software
Home Contact Details Customer Support Download Demo Products  

 
 

Comments on Coding:

The parameters used by both the function have the following meanings:

Parameter

Size in Bytes

Description

pp.packetsize = 16 ;

1 Byte

Size of packet = 10H

pp.reserved = 0 ;

1 Byte

Reserved = 0

pp.blockcount = numofsectors ;

2 Bytes

Number of sectors to read

pp.bufferaddress = (char far*)
MK_FP ( FP_SEG((void far*)buffer), FP_OFF((void far*)buffer));

-----

for Data buffer or Transfer Buffer

pp.blocknumber[0] = sectornumber ;

4 Bytes

Sector number to read/write (generally, we need only this). Only alone This can support up to 2.1 Terabytes.

pp.blocknumber[1] = 0 ;

4 Bytes

Block number.
Use this, If accessing the disk of greater then 2.1 Terabytes in size.

i.h.ah = 0x42 ; or i.h.ah = 0x43 ;

2 Bytes

Function Number of INT 13H Extensions

i.h.al = 0x00 ;

1 Byte

Write Flags used in write function only,
00H, 01H are used for Write Without Verify and 02H is used for write with verify

i.h.dl = drive ;

2 Bytes

Physical Drive Number

i.x.si = FP_OFF ( (void far*)&pp ) ;

------

ds:si for buffer Parameters

s.ds = FP_SEG ( (void far*)&pp ) ;

------

ds:si for buffer Parameters

int86x ( 0x13, &i, &o, &s ) ;

------

Invoke the specified Function of INT 13H with segment register values

 


Previous page

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19

 

 

Chapter 12

 
 

page 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13

Next page
 
 
Data Recovery Book
 
Chapter 1 An Overview of Data Recovery
Chapter 2 Introduction of Hard Disks
Chapter 3 Logical Approach to Disks and OS
Chapter 4 Number Systems
Chapter 5 Introduction of C Programming
Chapter 6 Introduction to Computer Basics
Chapter 7 Necessary DOS Commands
Chapter 8 Disk-BIOS Functions and Interrupts Handling With C
Chapter 9 Handling Large Hard Disks
Chapter 10 Data Recovery From Corrupted Floppy
Chapter 11 Making Backups
Chapter 12 Reading and Modifying MBR with Programming
Chapter 13 Reading and Modifying DBR with Programming
Chapter 14 Programming for “Raw File” Recovery
Chapter 15 Programming for Data Wipers
Chapter 16 Developing more Utilities for Disks
Appendix Glossary of Data Recovery Terms
 
 
Pro Data Doctor

Home

Products

Contact Details

Customer Support

Download Demo

Terms and Conditions

 
Pro Data Doctor