Changeset 424 in xtideuniversalbios for trunk/BIOS_Drive_Information_Tool/Src/Bios.asm
- Timestamp:
- May 16, 2012, 4:23:10 PM (13 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BIOS_Drive_Information_Tool/Src/Bios.asm
r376 r424 31 31 ; AX, BX, CX 32 32 ;-------------------------------------------------------------------- 33 ALIGN JUMP_ALIGN34 33 Bios_GetNumberOfHardDrivesToDX: 35 34 mov dl, 80h ; First hard drive … … 54 53 ; Nothing 55 54 ;-------------------------------------------------------------------- 56 ALIGN JUMP_ALIGN57 55 Bios_ReadOldInt13hParametersFromDriveDL: 58 56 mov ah, GET_DRIVE_PARAMETERS … … 102 100 ; Nothing 103 101 ;-------------------------------------------------------------------- 104 ALIGN JUMP_ALIGN105 102 Bios_ReadOldInt13hCapacityFromDriveDL: 106 103 mov ah, GET_DISK_TYPE … … 123 120 ; ES 124 121 ;-------------------------------------------------------------------- 125 ALIGN JUMP_ALIGN126 122 Bios_ReadAtaInfoFromDriveDLtoBX: 127 123 mov bx, g_rgbAtaInfo … … 146 142 ; Nothing 147 143 ;-------------------------------------------------------------------- 148 ALIGN JUMP_ALIGN149 144 Bios_ReadEbiosVersionFromDriveDL: 150 145 mov ah, CHECK_EXTENSIONS_PRESENT … … 175 170 ; Nothing 176 171 ;-------------------------------------------------------------------- 177 ALIGN JUMP_ALIGN178 172 Bios_ReadEbiosInfoFromDriveDLtoDSSI: 179 173 mov si, g_edriveInfo
Note:
See TracChangeset
for help on using the changeset viewer.