|
#define | INT13_RESET 0x00 |
| Reset disk system. More...
|
|
#define | INT13_GET_LAST_STATUS 0x01 |
| Get status of last operation. More...
|
|
#define | INT13_READ_SECTORS 0x02 |
| Read sectors. More...
|
|
#define | INT13_WRITE_SECTORS 0x03 |
| Write sectors. More...
|
|
#define | INT13_GET_PARAMETERS 0x08 |
| Get drive parameters. More...
|
|
#define | INT13_GET_DISK_TYPE 0x15 |
| Get disk type. More...
|
|
#define | INT13_EXTENSION_CHECK 0x41 |
| Extensions installation check. More...
|
|
#define | INT13_EXTENDED_READ 0x42 |
| Extended read. More...
|
|
#define | INT13_EXTENDED_WRITE 0x43 |
| Extended write. More...
|
|
#define | INT13_EXTENDED_VERIFY 0x44 |
| Verify sectors. More...
|
|
#define | INT13_EXTENDED_SEEK 0x47 |
| Extended seek. More...
|
|
#define | INT13_GET_EXTENDED_PARAMETERS 0x48 |
| Get extended drive parameters. More...
|
|
#define | INT13_CDROM_STATUS_TERMINATE 0x4b |
| Get CD-ROM status / terminate emulation. More...
|
|
#define | INT13_CDROM_READ_BOOT_CATALOG 0x4d |
| Read CD-ROM boot catalog. More...
|
|