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

Conversation

anatol
Copy link
Contributor

@anatol anatol commented Mar 18, 2021

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 #99

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
@pierrec pierrec merged commit f414fbb into pierrec:master Mar 19, 2021
@pierrec
Copy link
Owner

pierrec commented Mar 19, 2021

Thank you for your PR.

anatol added a commit to anatol/booster that referenced this pull request Mar 19, 2021
Kernel needs "legacy lz4 frame format" that got implemented here
pierrec/lz4#118

Closes #34
anatol added a commit to anatol/booster that referenced this pull request Mar 20, 2021
Kernel needs "legacy lz4 frame format" that got implemented here
pierrec/lz4#118

Closes #34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants