Changeset 48 for trunk/BOOTCODE
- Timestamp:
- Apr 12, 2014, 11:49:26 AM (11 years ago)
- Location:
- trunk/BOOTCODE
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/AIR-BOOT.HIS
r47 r48 20 20 21 21 22 22 23 ; --------------------------------- 23 24 ; Rousseau: Fixes and Enhancements 24 25 ; --------------------------------- 25 26 ; 26 ; v1.0.8-rc2-bld2012042 ?27 ; v1.0.8-rc2-bld20120423 27 28 ; ---------------------- 29 ; # Fixed some minor Installer bugs with SPT < 63 # 30 ; Some extra var StatusCode was used instead of Status_Code. 31 ; This caused too few tracks not to be reported. 32 ; No installation was done however. 33 ; This bug is also present in the v1.06 code. 34 ; 28 35 ; # Fixed Installer to handle packed hideparttable # 29 ; Hide partition configuration is now preserved when upgrading 30 ; Implemented upgrading from v1.06 to v1.0.8 31 ; Implemented upgrading from v1.07 to v1.0.8 36 ; Implemented upgrading from v1.06 directly to v1.0.8. 37 ; Fixed minor stuff when upgrading from v1.06 to v1.07. 38 ; Hide partition configuration is now preserved when upgrading. 39 ; Fixed minor display bug when SPT < 63. 32 40 ; 33 41 ; # Implemented DOS code in C cross-platform installer … … 37 45 ; DOS Installer is now AIRBOOTD.EXE. 38 46 ; 39 ; v1.0.8-pre-rc2-bld2012033040 ; --------------------------41 47 ; # Merged 16-bit Assembler bitfield code to the Installer # 42 48 ; The installer needs to handle the v1.0.8 configuration. -
trunk/BOOTCODE/REGULAR/STD_TEXT.ASM
r47 r48 55 55 db BLDLVL_MINOR_VERSION,' - (c) ' 56 56 db BLDLVL_YEAR 57 db ' M. Kiewitz <<Internal Release 2q>> (bld: ' 57 ;~ db ' M. Kiewitz <<Internal Release 2q>> (bld: ' 58 db ' M. Kiewitz <<Release Candidate 2>> (bld: ' 58 59 db BLDLVL_YEAR 59 60 db BLDLVL_MONTH -
trunk/BOOTCODE/VERSION.INC
r47 r48 17 17 AB_YEAR EQU 2012h 18 18 AB_MONTH EQU 04h 19 AB_DAY EQU 2 1h19 AB_DAY EQU 23h 20 20 21 21 ; The Hours, Minutes and Seconds, again in BCD for easy manipulation. 22 AB_HOURS EQU 08h23 AB_MINUTES EQU 35h22 AB_HOURS EQU 19h 23 AB_MINUTES EQU 41h 24 24 AB_SECONDS EQU 00h 25 25 -
trunk/BOOTCODE/_build.cmd
r47 r48 1 @SET ASM= tasm1 @SET ASM=jwasm 2 2 @wmake dev 3 3 @wmake dist
Note:
See TracChangeset
for help on using the changeset viewer.