Ignore:
Timestamp:
Aug 19, 2012, 10:58:42 AM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • ATA-ID sector is now verified (P-CHS verification for ATA-4 and older + checksum for ATA-5 and later)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm

    r397 r441  
    218218;--------------------------------------------------------------------
    219219CreateBiosTablesForHardDisk:
     220    push    bx
     221    call    AtaID_VerifyFromESSI
     222    pop     bx
     223    jc      SHORT DetectDrives_DriveNotFound
    220224    call    CreateDPT_FromAtaInformation
    221225    jc      SHORT DetectDrives_DriveNotFound
Note: See TracChangeset for help on using the changeset viewer.