Linux Format

Clang-ing the kernel

L inux is full of virtual dials, switches and frobs that can tweak, monitor or break pretty much every aspect of the system. You can meddle with GPU settings in /sys/class/drm, run programs at higher priority with the nice command or find out (and change) anything and everything about a running system by rummaging around in the /proc directory. Just because you can do something doesn’t necessarily mean you should, though. As a beginner, in this case, you almost certainly shouldn’t. Distros go to considerable effort to ship with defaults that will work well for most people. And for the most part, work well they do.

What we’re going to do today, then, might beand instead of the GNU compiler Something that has only been easy to do for a couple of years.

You’re reading a preview, subscribe to read more.

More from Linux Format

Linux Format4 min read
Linux
The #1 open source mag Future Publishing Limited, Quay House, The Ambury, Bath, BA1 1UA Email contact@linuxformat.com EDITORIAL Editor-in-chief Neil Mohr Art editor Fraser McDermott Production editor Katharine Davies Group editor-in-chief Graham Bar
Linux Format3 min read
Kernel Watch
Linus Torvalds announced the fourth RC (Release Candidate) for what will become Linux 6.9 in another few weeks. In his announcement, he noted that there was “Nothing particularly unusual going on this week – some new hardware mitigations may stand o
Linux Format1 min read
Sql At Fifty
Structured Query Language (SQL) is 50 years old. It is the only programming language from the ’70s that is still around and – unlike COBOL and Fortran, which are confined to limited niche roles – still thriving and expanding. In 2023, the IEEE declar

Related