Changeset 397 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
- Timestamp:
- Apr 19, 2012, 11:11:41 AM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectDrives.asm
r395 r397 211 211 ; ES:SI Ptr to ATA information for the drive 212 212 ; DS: RAMVARS segment 213 ; ES: BDA /Bootnfosegment213 ; ES: BDA segment 214 214 ; Returns: 215 215 ; Nothing … … 220 220 call CreateDPT_FromAtaInformation 221 221 jc SHORT DetectDrives_DriveNotFound 222 call BootMenuInfo_CreateForHardDisk223 jmp SHORT DetectPrint_DriveNameFrom BootnfoInESBX222 call DriveDetectInfo_CreateForHardDisk 223 jmp SHORT DetectPrint_DriveNameFromDrvDetectInfoInESBX
Note:
See TracChangeset
for help on using the changeset viewer.