Changes between Initial Version and Version 1 of Ticket #294, comment 2
- Timestamp:
- 11/28/2022 11:25:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #294, comment 2
initial v1 1 1 I inadvertently omitted an important point in my description of the problem. 2 2 3 Byte 74 (octal is the layout_version number. It is the first thing to be checked. If it is NUL, then none of the other fields discussed in the description are populated. Only if byte 74 is non-NUL, can the other fields described in this report be compared to anything.3 Byte 74 (octal) is the layout_version number. It is the first thing to be checked. If it is NUL, then none of the other fields discussed in the description are populated. Only if byte 74 is non-NUL, can the other fields described in this report be compared to anything. 4 4 5 5 I expect that valid values in the layout_version number field will be the ASCII characters 0-9, A-Z, and a-z. (I certainly hope we don't go through more than 62 versions of the PROM layout.)
