Linux Lite Forums
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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


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
==============================================
linux-1.0.tar.xz    13-Mar-1994 00:00    918K
linux-2.0.1.tar.xz  03-Jul-1996 00:00      4M
linux-3.0.1.tar.xz  05-Aug-2011 06:18     61M
linux-4.0.1.tar.xz  29-Apr-2015 08:31     78M
linux-5.0.1.tar.xz  10-Mar-2019 06:12    100M
linux-6.0.5.tar.xz  26-Oct-2022 11:03    128M



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+

Previous compression (gzip) built the image package out to 198mb, the new (zstd) compression brings it in at 114mb.

That's good news! Smile
What about the speed of processing (compress/decompress)? Smile

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...

Code:
Kernel              Date                  Size
==============================================
linux-1.0.tar.xz    13-Mar-1994 00:00    918K
[...]
linux-6.0.5.tar.xz  26-Oct-2022 11:03    128M

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)? Smile

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.