Changeset 505 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
- Timestamp:
- Feb 25, 2013, 4:23:09 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
r493 r505 101 101 call Device_SelectDrive 102 102 STORE_ERROR_FLAG_TO_DPT FLG_INITERROR_FAILED_TO_SELECT_DRIVE 103 %ifdef USE_386 104 jc .ReturnWithErrorCodeInAH 105 %else 103 106 jnc SHORT .ContinueInitializationSinceDriveSelectedSuccesfully 104 107 jmp .ReturnWithErrorCodeInAH 105 108 .ContinueInitializationSinceDriveSelectedSuccesfully: 109 %endif 106 110 107 111
Note:
See TracChangeset
for help on using the changeset viewer.