Changeset 54 for trunk/TOOLS
- Timestamp:
- Apr 13, 2014, 9:13:58 PM (11 years ago)
- Location:
- trunk/TOOLS
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/TOOLS/INTERNAL/FIXCODE.C
r51 r54 190 190 /* 191 191 // Count Code Sectors. 192 // Obsolete now because since v1.0.8 the Protection Image has moved just192 // Obsolete now because since v1.0.8+ the Protection Image has moved just 193 193 // below the Configuration and the code is always max. size. 194 194 // Overlap checking is done while assembling AIR-BOOT.ASM. -
trunk/TOOLS/OS2/SETABOOT/Makefile
r51 r54 297 297 dist: .SYMBOLIC 298 298 @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)OS2 299 299 @if exist *.EXE $(CP) *.EXE ..$(DS)..$(DS)..$(DS)RELEASE$(DS)BOOTCODE 300 300 # 301 301 # Help on using this Makefile. -
trunk/TOOLS/OS2/SETABOOT/SETABOOT.C
r46 r54 478 478 //puts ("SETABOOT - AiR-BOOT Configuration Utility (OS/2) - (c) 2004-2009 by M. Kiewitz"); 479 479 //puts ("SETABOOT v1.07a - AiR-BOOT Configuration Utility - (c) 2004-2011 by M. Kiewitz"); 480 puts ("SETABOOT v1.0.8 - AiR-BOOT Configuration Utility - (c) 2004-2012 by M. Kiewitz"); 480 puts ("SETABOOT v" 481 BLDLVL_MAJOR_VERSION"." 482 BLDLVL_MIDDLE_VERSION"." 483 BLDLVL_MINOR_VERSION" - AiR-BOOT Configuration Utility - (c) 2004-" 484 BLDLVL_YEAR 485 " by M. Kiewitz"); 481 486 482 487 … … 976 981 // Rousseau: # Keep compatible with v1.07 CRC # 977 982 // AB v1.07 had bugs in writing the wrong number of AB config sectors. 978 // This is fixed in v1.0.8 but the CRC has to be calculated the "v1.07 way"983 // This is fixed in v1.0.8+ but the CRC has to be calculated the "v1.07 way" 979 984 // otherwise v1.07 SET(A)BOOT and INSTALL2.EXE will think the AB config 980 985 // is corrupted. -
trunk/TOOLS/OS2/SETABOOT/SETABOOT.H
r51 r54 14 14 #define BLDLVL_MINOR_VERSION "8" 15 15 // Build date 16 #define BLDLVL_YEAR "201 2"17 #define BLDLVL_MONTH "0 9"18 #define BLDLVL_DAY "0 9"16 #define BLDLVL_YEAR "2013" 17 #define BLDLVL_MONTH "04" 18 #define BLDLVL_DAY "05" 19 19 // Build time 20 #define BLDLVL_HOURS "0 9"21 #define BLDLVL_MINUTES "0 9"22 #define BLDLVL_SECONDS "0 9"20 #define BLDLVL_HOURS "01" 21 #define BLDLVL_MINUTES "00" 22 #define BLDLVL_SECONDS "08" 23 23 // Build machine 24 24 //#define BLDLVL_MACHINE "ecs-devbox"
Note:
See TracChangeset
for help on using the changeset viewer.