au-ts / sddf

A collection of interfaces, libraries and tools for writing device drivers for seL4 that allow accessing devices securely and with low overhead.
Other
16 stars 12 forks source link

matching design doc on blk and its code #78

Open erichchan999 opened 5 months ago

erichchan999 commented 5 months ago

Currently the design document for storage devices in Listing 5.1 does not match the code. These need to be changed:

In Listing 5.2 outlining blk storage information fields:

Ivan-Velickovic commented 3 months ago

Also, the head and tail indices seem to be reversed compared to the network queue.