Warning: Undefined variable $s_watching_topic_img in /usr/home/zenrat/public_html/tech/forums/viewtopic.php on line 677
|
Couple of beginner questions about Liquorix/Zen Kernel config
Hi,
I reviewed the rules, but as I do not have actual problem, I do not include inxi output, hope it is fine :) I was able to build, install and secure boot sign zen-kernel from code. But I am confused about couple of things: * How can I see what configuration is applied to Liquorix kernels? I have liquorix-package locally, but I would like to see what will be different from my .config. I am new to this, so sorry for noob question. * For zen-kernel, how to enable CONFIG_SCHED_MUQSS? If I add it to .config, it gets removed if I use menuconfig/xconfig EDIT: just noticed that it looks like all commits are behind CONFIG_ZEN_INTERACTIVE, which hints that maybe wiki is outdated? EDIT2: Actually, I think I figured it out. I extracted Liquorix .deb and found .config here: linux-headers-6.16.9-1-liquorix-amd64/.config Not sure it is correct though... Thanks in advance. Back to top |
|||||
|
You can look at the kernel config with zcat /proc/config.gz or by looking online here: github.com/damentz/liquorix-package/blob/6.16/master/linux-liquorix/debian/config/kernelarch-x86/config-arch-64
As for the scheduler, MuQSS has been outdated and unmaintained for many years. Liquorix has been using Project-C's PDS (periodic deadline scheduler) instead. And yes, unfortunately, the Zen Kernel wiki is outdated. We make changes often enough that the wiki becomes out dated days after it's been updated, so it's been abandoned. It's better to look at the features set provided in ZEN_INTERACTIVE's Kconfig or by looking at the features merged directly in Zen Kernel's git repo. Back to top |
|||||
|
All times are GMT - 8 Hours
|
|||||