Changeset 45 for trunk/BOOTCODE/AIR-BOOT.HIS
- Timestamp:
- Apr 12, 2014, 12:36:45 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BOOTCODE/AIR-BOOT.HIS
r43 r45 24 24 ; --------------------------------- 25 25 ; 26 ; v1.0.8-rc2-bld201202 1326 ; v1.0.8-rc2-bld20120224 27 27 ;----------------------- 28 ; # Implemented stop scanning when max. partitions limit exceeded # 29 ; Previous versions halted the system when the maximum number of partitions 30 ; that can be handled (45) was exceeded. 31 ; This required the user to boot from alternate media to correct the problem. 32 ; Now, when the partition limit is exceeded, AiR-BOOT displays a pop-up 33 ; and waits for a key-press. When the user presses a key, AiR-BOOT continues 34 ; and the boot-menu is shown, enabling the user to boot a system to correct 35 ; the problem. To indicate this situation, the color of the selection-bar 36 ; is displayed in red. 37 ; 38 ; # Fixed hiding partitions above old max 30-partitions limit # 39 ; Hiding partitions is a per partition setting and it is kept in a table 40 ; in the AiR-BOOT image on disk. In previous versions, including v1.0.8-rc1, 41 ; this table still held the old number of maximum partitions (30). 42 ; So configuring a hide-setting for partitions >30 or hiding more than 43 ; 30 partitions per partition would not work properly. 44 ; Unfortunately, there was no room to expand this table, since it resides 45 ; just below the MBR backup, at the end of the AiR-BOOT image. 46 ; To work around this, the table now uses a 6-bits packed format and the 47 ; drive-letter array, which followed this table has been moved elsewhere. 48 ; This is a change in the configuration layout since the previous version, 49 ; so the config-version has been bumped to v1.0.8. 50 ; TODO: Add upgrade-code to the installer to cope with this. 51 ; 28 52 ; # Removed requirement for LVM P and V name to be the same to edit # 29 53 ; However, when both are the same before the edit, the V name will be … … 38 62 ; 39 63 ; # De-tasemized the Assembler sources for JWasm compatibility # 40 ; AiR-BOOT can now be built using JWasm, which is nowthe preferred41 ; assembler .64 ; AiR-BOOT can now be built using JWasm, which is the preferred 65 ; assembler as of this release. Tasm support will be dropped in the future. 42 66 ; 43 67 ; # Completely reworked the build-system # … … 204 228 ; # Math, Debug, Conv and Aux modules # 205 229 ; These are used for 32-bit arithmatic on 16-bit code, 206 ; debug the boot ingprocess, converting between data-types230 ; debug the boot process, converting between data-types 207 231 ; and outputting log-data to the com-port. 208 232 ;
Note:
See TracChangeset
for help on using the changeset viewer.