o8vm / krabs

An x86 bootloader written in Rust.
Apache License 2.0
519 stars 22 forks source link

LZ4 Support #19

Closed o8vm closed 4 years ago

o8vm commented 4 years ago

bzip2 can be slow in a virtual environment, so try LZ4.

o8vm commented 4 years ago

I decided to stop implementing LZ4 and use gzip. #20