pierrec / lz4

LZ4 compression and decompression in pure Go
BSD 3-Clause "New" or "Revised" License
878 stars 142 forks source link

Use 8MB blocks for legacy format #150

Closed anatol closed 2 years ago

anatol commented 2 years ago

Per https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md#legacy-frame legacy format uses 8MB fixed-size blocks.

Test it with generating lz4 initramfs image for booster and boot it with Linux 5.14

Closes #149

pierrec commented 2 years ago

Thank you for the report and PR.