Thanks roadie, compressed kernel modules don't make the boot process faster but instead make it slow.
What is the size of 000-kernel.xzm (uncompressed kernel modules vs zstd compressed kernel modules)?
Thanks.
Search found 181 matches
- 12 Jan 2021, 12:11
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
- 11 Jan 2021, 13:21
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
@Blaze and @roadie,
What are the benefits of compressed kernel modules?
In Porteus all files including kernel modules are compressed into xzm containers by squashfs-tools (e.g. 000-kernel.xzm).
If kernel modules are compressed then the system will decompress twice when loading a kernel module?
What are the benefits of compressed kernel modules?
In Porteus all files including kernel modules are compressed into xzm containers by squashfs-tools (e.g. 000-kernel.xzm).
If kernel modules are compressed then the system will decompress twice when loading a kernel module?
- 10 Jan 2021, 15:53
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
fortix,
Code: Select all
$ getpkg kmod
- 10 Jan 2021, 05:09
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
- 09 Jan 2021, 18:45
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
Maybe this will help kmod patch
- 09 Jan 2021, 12:49
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
You must use kmod with zstd support, try to compile kmod with zstd support.
kmod zstd support
Good luck.
- 07 Jan 2021, 16:17
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
and I think these options: CONFIG_MODULE_COMPRESS=y CONFIG_MODULE_COMPRESS_GZIP=y What's the benefits of that? BTW you can try F2FS. I will try it too on my test USB flash drive :) Don't forget to provide the 'extra_ attr,compression' options at filesystem creation. # mkfs.f2fs -O extra_attr,compre...
- 07 Jan 2021, 14:26
- Forum: Bug Reports
- Topic: Porteus 5.0 RC2 bug reports
- Replies: 297
- Views: 30586
Porteus 5.0 RC2 bug reports
cad, try this kernel Porteus Kernel Builder (Пост Blaze #80931)
- 07 Jan 2021, 13:21
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
Blaze, Thank you very much for all your efforts in compiling the Kernel.
Please tell me what are the benefits of CONFIG_MODULE_COMPRESS=y and CONFIG_MODULE_COMPRESS_ZSTD=y?
Please tell me what are the benefits of CONFIG_MODULE_COMPRESS=y and CONFIG_MODULE_COMPRESS_ZSTD=y?
- 07 Jan 2021, 09:05
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1937
File system exfat is not supported ?
@Donald Here the result: guest@porteus:~$ su Passwort: root@porteus:/home/guest# mkdir /mnt/test root@porteus:/home/guest# mount .exfat /dev/sdc1 /mnt/test mount: bad usage Rufen Sie „mount --help“ auf, um weitere Informationen zu erhalten. root@porteus:/home/guest# bad usage ?? mount.exfat /dev/sd...
- 06 Jan 2021, 14:36
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1937
File system exfat is not supported ?
Kulle,
Code: Select all
# blkid /dev/sdc1
- 06 Jan 2021, 13:05
- Forum: General chat
- Topic: File system exfat is not supported ?
- Replies: 33
- Views: 1937
File system exfat is not supported ?
Upgrade kernel
- 06 Jan 2021, 12:39
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
- 06 Jan 2021, 10:21
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
Blaze, I like the compression feature.
- 06 Jan 2021, 09:29
- Forum: Community effort
- Topic: Porteus Kernel Builder
- Replies: 1130
- Views: 240460
Porteus Kernel Builder
Blaze, can you please provide the latest config file.