this post was submitted on 15 Apr 2024
504 points (98.3% liked)

Linux

45582 readers
598 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
  • Linus Torvalds added hidden tabs to Kconfig to challenge parsers that can't handle them.
  • Tabs were intentionally added to the common Kconfig file for page sizes to expose faulty parsers.
  • Torvalds believes parsers unable to handle tabs shouldn't be parsing kernel Kconfig files, aiming to force fixes.
(page 2) 50 comments
sorted by: hot top controversial new old
[–] iAvicenna 8 points 2 months ago (1 children)

I am no kernel or parsing expert here but how hard would it be to convert tabs to spaces? Is it like very finicky and is weirdly platform dependent that it wouldn't just be one of the first things that you do if you are writing a parser for anything?

[–] [email protected] 4 points 2 months ago

grep -oP ' *' oops no tabs

cut -d ' ' -f 3 oops no tabs

[–] [email protected] 7 points 2 months ago

what a mad lad!

load more comments
view more: ‹ prev next ›