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