You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
e702622fee
The current EXT2/3 library does not support EXT4 partition reading namely due to a limitation with handling extents instead of block maps within an I_node's I_block data. There is a todo currently to support 48-bit logical block addressing, the code currently does not support reading larger than 32-bit addresses; throw an ASSERT if upper 16-bits are non-zero. Signed-off-by: James Gutbub <james.gutbub@intel.com>