I want to use preemptive kernel with 1000 mhz and my current kernel is “linux-image-5.10.0-11”(using librem mini)
I’ve installed “linux-image-5.10.0-11-rt-amd64” from the repo but I think it’s not giving me the 1000mhz, I’m seeing 100mhz under CPU when doing: sudo lshw. So I’m looking to compile the kernel myself but I can’t find a DL link for the source code.
Also, is it better to install “linux-headers-5.10.0-11” first and then “linux-image-5.10.0-11” or vice versa?
But for desktop PureOS I don’t know, I am wondering just like you, where can we find the kernel source code?
For other packages it is possible to use “apt-get source” but that does not seem to work for the kernel, it fetches something but it looks like mostly some kind of metadata, the actual kernel source code is not there.