Linux Lite Kernel - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=30) +--- Thread: Linux Lite Kernel (/showthread.php?tid=458) |
Re: Linux Lite Kernel - MathildeBuxto - 04-22-2022 I read and feel at home. Thanks to the creators for a great resource! :bow Re: Linux Lite Kernel - Mountain Giant - 08-31-2022 What is difference between Linux Lite and generic kernels? Because version numbers are different than on official site. Official long term 5.15.63 Linux Lite 5.15.0-47 Re: Linux Lite Kernel - Valtam - 10-28-2022 Kernel Image sizes growth through the versions... Code: Kernel Date Size Re: Linux Lite Kernel - Valtam - 10-28-2022 Our Linux Lite Kernels are now using the latest compression methods in Kernel 6+ Previous compression (gzip) built the image package out to 198mb, the new (zstd) compression brings it in at 114mb. Re: Linux Lite Kernel - Şerban S. - 10-28-2022 (10-28-2022, 12:22 PM)Jerry link Wrote: Our Linux Lite Kernels are now using the latest compression methods in Kernel 6+ That's good news! What about the speed of processing (compress/decompress)? Best regards! Re: Linux Lite Kernel - Şerban S. - 10-28-2022 (10-28-2022, 12:14 PM)Jerry link Wrote: Kernel Image sizes growth through the versions... The growth ratio is 142,77:1 !! Re: Linux Lite Kernel - Valtam - 10-28-2022 (10-28-2022, 02:32 PM)Şerban S. link Wrote: What about the speed of processing (compress/decompress)? https://thedatafreak.medium.com/parquet-zstd-vs-gzip-740a83571ecd With Kernels growing year in year out, Gzip would fill our repository server at nearly double the rate. Zstd gives us much more time before needing to scale up on storage space. |