System32 Function 09 (09h) - Get Partition Information
Description |
Reads information from the PartList. |
Input |
AL |
9h |
---|---|
EDI |
Pointer to a 0-terminated partition name like 'fd0',0 or 'hda1', 0 |
Output |
AL |
0 If successfull, > 0 if error. |
---|---|
EDI |
Preserved (Partition name) |
DL |
Physical Disk Number |
EBX |
First sector in this partition (Bootsector) |
ECX |
Amount of sectors in this partition |
Errorcodes |
X |
'Sector read error' |
---|
Notes |
None |
Development Status |
Works, but needs to be more carefull with possible errors. *Maybe include system type in the partlist, and let this Service report it. (makes it easier to support fat later on) |