Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement legacy format writer #118

Merged
merged 1 commit into from
Mar 19, 2021
Merged

Implement legacy format writer #118

merged 1 commit into from
Mar 19, 2021

Commits on Mar 18, 2021

  1. Implement legacy format writer

    See the format description here
    https://github.com/lz4/lz4/blob/dev/doc/lz4_Frame_format.md
    
    Legacy lz4 format is still used by Linux kernel. I was able to verify
    this legacy writer functionality by creating an lz4 compressed initramfs
    and booting it at 5.11.7 Linux kernel.
    
    Issue pierrec#99
    anatol committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    43172cc View commit details
    Browse the repository at this point in the history