You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BAM (Block Availability Map) Stores the availability of each block/sector.
To hide the complexity of bit masking it would be good to split this to a separate struct.
Functions like initialize, mark_used or mark_unused can then be added there.
The text was updated successfully, but these errors were encountered:
BAM (Block Availability Map) Stores the availability of each block/sector.
To hide the complexity of bit masking it would be good to split this to a separate struct.
Functions like
initialize
,mark_used
ormark_unused
can then be added there.The text was updated successfully, but these errors were encountered: