>> So do I understand right that 3 bytes is your minimum size, and going
Right. But you need 3 bytes to store the maximum value 0x0a0000
If we had:
0x0000000000000003
0x00000000000000FF
0x000000000000000A
You would only need a 1 byte depth.
Correct the depth can be from 1 to 8 bytes. The depth is determined
by the maximum value in the array.
That is correct. Each table has a single depth stored in the region descriptor.
--