Changeset 55 for trunk/BOOTCODE/AIR-BOOT.HIS
- Timestamp:
- Jan 28, 2016, 9:39:16 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/AIR-BOOT.HIS
r54 r55 25 25 ; ------------------------------------------------ 26 26 ; 27 ; v1.1.0-pre 28 ; ---------- 29 ; # Updated textual version information from v1.0.8 to v1.1.0 30 ; This does not include the version identifiers. 27 ; v1.1.0-final 28 ; ============ 29 ; # Bumped Version Number 31 30 ; During v1.0.8 is was decided that odd minor versions will be test-versions. 32 31 ; Since v1.0.8 was a test-version all the way, the final stuff has been … … 35 34 ; test-releases. Version 1.1.2 would be a next release. 36 35 ; 36 ; # Updated version numbers 37 ; All version identifiers updated from v1.0.8 to v1.1.0 38 ; AIRBOOT.BIN, INSTALL[D2WL].EXE and SETABOOT.EXE. 39 ; 37 40 ; # Fixed Virus Regression 38 41 ; Using the enhanced drive-letter feature to boot eCS installations using … … 40 43 ; This was caused by a missing update to the PBR CRC in the AB configuration. 41 44 ; This has been fixed. 45 ; 46 ; # Only clear bootable flag on boot-drive 47 ; This interferred with booting other drives, not containing AiR-BOOT, 48 ; directly from the BIOS. Now AiR-BOOT only clears the bootable-flag on the 49 ; boot-drive, which is the one where AiR-BOOT got activated from. 50 ; 51 ; # Check for INT13X extensions before using them 52 ; Now the availability of INT13X is checked and a popup is displayed and the 53 ; system halted when they are not available. INT13X is a requirement for 54 ; this and higher versions of AiR-BOOT. 42 55 ; 43 56 ; v1.0.8-rc3-bld20120909
Note:
See TracChangeset
for help on using the changeset viewer.