Changeset 566 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers
- Timestamp:
- Aug 29, 2013, 12:49:15 AM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Handlers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH9h_HInit.asm
r558 r566 106 106 jc .ReturnWithErrorCodeInAH 107 107 %else 108 jnc SHORT .ContinueInitializationSinceDriveSelectedSucces fully108 jnc SHORT .ContinueInitializationSinceDriveSelectedSuccessfully 109 109 jmp .ReturnWithErrorCodeInAH 110 .ContinueInitializationSinceDriveSelectedSucces fully:110 .ContinueInitializationSinceDriveSelectedSuccessfully: 111 111 %endif 112 112 -
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13hBiosInit.asm
r561 r566 28 28 ; Int 13h software interrupt handler. 29 29 ; This handler captures boot sector read from foreign drive when our 30 ; INT 19h is not called. This way we can for XTIDE Universal BIOS30 ; INT 19h is not called. This way we can force XTIDE Universal BIOS 31 31 ; initialization even without INT 19h being called. 32 32 ;
Note:
See TracChangeset
for help on using the changeset viewer.