this post was submitted on 06 Jun 2025
32 points (92.1% liked)

Linux

11013 readers
111 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 2 years ago
MODERATORS
 

Greetings,

I want to trim down my Linux kernel to only support a tty and ethernet card, I don't need any other features, has anyone done something similar of trimming down the linux kernel. I know that "make tinyconfig" exist but it's not what I want.

can anyone suggest me something? or provide me some documentation to do it?

Thanks in advance!

you are viewing a single comment's thread
view the rest of the comments
[–] kionite231@lemmy.ca 2 points 3 days ago (5 children)

yes that could work but I don't know where is the option to only enabled tty and the internet ( Ethernet card ). all options I see seems cryptic and doesn't make any sense, it's maybe because I am new to Linux Kernel tinkering...

[–] frankenswine@lemmy.world 4 points 3 days ago (3 children)

you might have to read what all those options are about. also, what you are referring to as ethernet may or may not be a specific driver, and tty itself is a somewhat abstract concept, maybe you mean serial - which is often addressed by or attached to TTYs?

[–] kionite231@lemmy.ca 2 points 3 days ago (2 children)

ohk so basically I need enable these two things:

  1. Ethernet Card Driver
  2. Serial Console

other things would be enabled by default in "make menuconfig" right?

[–] frankenswine@lemmy.world 4 points 3 days ago
load more comments (1 replies)
load more comments (1 replies)
load more comments (2 replies)