Use note block

master
Marc Gilleron 2021-01-24 14:41:24 +00:00
parent 3ccf85bbdd
commit 5a5a508249
1 changed files with 3 additions and 1 deletions

View File

@ -110,7 +110,9 @@ header_size + first_sector_index * sector_size
``` ```
Once we have the address of the block, the first 4 bytes at this address will contain the size of the written data. Once we have the address of the block, the first 4 bytes at this address will contain the size of the written data.
Note: those 4 bytes are included in the total block size when the number of occupied sectors is determined.
!!! note
those 4 bytes are included in the total block size when the number of occupied sectors is determined.
``` ```
RegionBlockData RegionBlockData