Hey everyone! I might be a bit out of my depth here, but I'm really keen on creating my own Linux distribution. I know this seems like a simple question, but where can I find the original source of Linux itself? I'm not looking for a pre-made distro; I want the base to start building my own! Any help would be greatly appreciated!
2 Answers
If you're looking to build from scratch, the Linux From Scratch project is a great resource! It walks you through how to create your own Linux system from the ground up, so you'll get all the necessary components directly from the developers. Keep in mind, though, it's a pretty big task!
You can check out kernel.org for the Linux kernel source. That’s where the original Linux files are hosted. Just a heads up, though—getting a working OS from just the kernel requires a lot more components and work, so make sure you're ready for that!
Sounds intense but also really rewarding! I might give Linux From Scratch a go just for the challenge.