You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
c9f5d2e35f
When determining which extent node to fetch the filesystem block address from for a file's data we should count from block 0 of the file and when we enter into a non-zero extent node we need to subtract the starting block number from the file block number we are looking for so that we don't skip over any blocks. Signed-off-by: James Gutbub <james.gutbub@intel.com>