Changeset 54 for trunk/BOOTCODE/REGULAR
- Timestamp:
- Apr 13, 2014, 9:13:58 PM (12 years ago)
- Location:
- trunk/BOOTCODE/REGULAR
- Files:
-
- 5 edited
-
DRIVEIO.ASM (modified) (2 diffs)
-
OTHER.ASM (modified) (1 diff)
-
PARTMAIN.ASM (modified) (1 diff)
-
PARTSCAN.ASM (modified) (1 diff)
-
STD_TEXT.ASM (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/REGULAR/DRIVEIO.ASM
r51 r54 68 68 69 69 ; AB v1.07 stores a 5 sector configuration with a 5 sector checksum. 70 ; AB v1.0.8 *should* stores a 7 sector configuration with a70 ; AB v1.0.8+ *should* stores a 7 sector configuration with a 71 71 ; 7 sector checksum. 72 ; Because 5 was hardcoded here, SET(A)BOOT v1.07 will see see an AB v1.0.8 72 ; Because 5 was hardcoded here, SET(A)BOOT v1.07 will see see an AB v1.0.8+ 73 73 ; config as corrupted, while this is not the case. 74 ; So, for compatibility reasons, in v1.0.8 , the checksum stored is over74 ; So, for compatibility reasons, in v1.0.8+, the checksum stored is over 75 75 ; 5 sectors, to be compatible with v1.07. 76 76 ; This may change (be corrected) in future versions ! … … 1006 1006 jz DIOSS_UseNormal 1007 1007 ; Are we forced do use LBA via Setting? 1008 ; Always use INT13X on v1.0.8 .1008 ; Always use INT13X on v1.0.8+. 1009 1009 ;~ test byte ptr cs:[CFG_ForceLBAUsage], 1 1010 1010 ;~ jnz DIOSS_UseExtension -
trunk/BOOTCODE/REGULAR/OTHER.ASM
r51 r54 462 462 463 463 ; AB v1.07 stores a 5 sector configuration with a 5 sector checksum. 464 ; AB v1.0.8 *should* stores a 7 sector configuration with a464 ; AB v1.0.8+ *should* stores a 7 sector configuration with a 465 465 ; 7 sector checksum. 466 ; Because 5 was hardcoded here, SET(A)BOOT v1.07 will see see an AB v1.0.8 466 ; Because 5 was hardcoded here, SET(A)BOOT v1.07 will see see an AB v1.0.8+ 467 467 ; config as corrupted, while this is not the case. 468 ; So, for compatibility reasons, in v1.0.8 , the checksum stored is over468 ; So, for compatibility reasons, in v1.0.8+, the checksum stored is over 469 469 ; 5 sectors, to be compatible with v1.07. 470 470 ; This may change (be corrected) in future versions ! -
trunk/BOOTCODE/REGULAR/PARTMAIN.ASM
r53 r54 1226 1226 1227 1227 ; 1228 ; Always use INT13X v1.0.8 .1228 ; Always use INT13X v1.0.8+. 1229 1229 ; 1230 1230 ;~ test byte ptr [CFG_ForceLBAUsage], 1 -
trunk/BOOTCODE/REGULAR/PARTSCAN.ASM
r51 r54 302 302 PSSP_IgnorePartition: 303 303 ; Lscht das Boot-Able Flag... 304 ; CHECKME: About clearing the active flags, TRACK ticket #6 304 305 and byte ptr [si+LocBRPT_Flags], 7Fh ; Reset the Active-Flag 305 306 add si, LocBRPT_LenOfEntry ; 16 Bytes per partition entry -
trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
r52 r54 53 53 db BLDLVL_MAJOR_VERSION,'.' 54 54 db BLDLVL_MIDDLE_VERSION,'.' 55 db BLDLVL_MINOR_VERSION,' - (c) '55 db BLDLVL_MINOR_VERSION,' - (c) 1998-' 56 56 db BLDLVL_YEAR 57 ;~ db ' M . Kiewitz <<Internal Release 3o>> (bld:'58 ;~ db ' M. Kiewitz <<@ Interim Release @>> (bld: '59 ;~ db ' M. Kiewitz << Release Candidate 2>> (bld: '60 db ' M. Kiewitz <<Release Candidate 4>> (bld:'57 ;~ db ' Martin Kiewitz, Dedicated to Gerd Kiewitz' 58 db ' M. Kiewitz << v1.1.0-pre >> (bld: ' 59 ;~ db ' M. Kiewitz << Test Version >> (bld: ' 60 ;~ db ' Rousseau << Test Version >> (bld:' 61 61 db BLDLVL_YEAR 62 62 db BLDLVL_MONTH
Note:
See TracChangeset
for help on using the changeset viewer.
