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
Need to add cache layer, including a series of blocks cached in memory and a table of descriptors, in function "hdd_sector_dev_op()" of "hdd.c".
Descriptor: block number, block status (INVALID, CLEAR, DIRTY), the address of the block in memory.
Need to add cache layer, including a series of blocks cached in memory and a table of descriptors, in function "hdd_sector_dev_op()" of "hdd.c".
Descriptor: block number, block status (INVALID, CLEAR, DIRTY), the address of the block in memory.