← Home ← Back to /g/

Thread 107064772

6 posts 2 images /g/
Anonymous No.107064772 [Report] >>107064791 >>107065632 >>107066156
What if there was a Linux kernel that wasn't only built with AVX2 optimizations but also has any code stripped out that is irrelevant to most users?

I know the kernel is full of stuff irrelevant to 99% of users. Even if you could disable some of it, wouldn't it be optimal to just remove all the superfluous stuff entirely?
Anonymous No.107064791 [Report] >>107064813
>>107064772 (OP)
>AVX2
sir my 2500k does not support the avx2
Anonymous No.107064813 [Report]
>>107064791
I think you'd be better off on Windows 11 sar
Anonymous No.107065632 [Report] >>107066372
>>107064772 (OP)
>I know the kernel is full of stuff irrelevant to 99% of users.
It isn't.
The only "irrelevant" things are drivers, which are almost always kernel modules already.
Anonymous No.107066156 [Report] >>107066372
>>107064772 (OP)
This already exists, it's called configuring your Linux kernel at compile time (installing Gentoo would grant you this divine knowledge).
Anonymous No.107066372 [Report]
>>107065632
With that LOC there has to be code that can be cut out with no downsides for normal use.
>>107066156
ikik, but still. I'm on the verge of doing LFS anyway.