Changeset 547 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization
- Timestamp:
- Apr 21, 2013, 3:47:11 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Initialization
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Initialization/DetectPrint.asm
r526 r547 246 246 247 247 ; Get boot drive letters 248 call FloppyDrive_GetCountToAX 249 mov ah, 'A' ; AH = First Floppy Drive letter (always 'A') 250 add al, ah 251 MAX_U al, 'C' ; AL = First Hard Drive letter ('C', 'D', or 'E') 248 call BootVars_GetLetterForFirstHardDriveToAX 252 249 test dl, dl 253 eCMOVNS al, ah250 eCMOVNS al, DEFAULT_FLOPPY_DRIVE_LETTER 254 251 push ax 255 252 -
trunk/XTIDE_Universal_BIOS/Src/Initialization/FloppyDrive.asm
r531 r547 158 158 ; Set if BIOS function not supported 159 159 ; Corrupts registers: 160 ; AH , ES160 ; AH 161 161 ;-------------------------------------------------------------------- 162 162 FloppyDrive_GetCountFromBIOS_or_BDA:
Note:
See TracChangeset
for help on using the changeset viewer.