Changeset 441 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
- Timestamp:
- Aug 19, 2012, 10:58:42 AM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r397 r441 218 218 ;-------------------------------------------------------------------- 219 219 CreateBiosTablesForHardDisk: 220 push bx 221 call AtaID_VerifyFromESSI 222 pop bx 223 jc SHORT DetectDrives_DriveNotFound 220 224 call CreateDPT_FromAtaInformation 221 225 jc SHORT DetectDrives_DriveNotFound
Note:
See TracChangeset
for help on using the changeset viewer.