Discuss Scratch
- Discussion Forums
- » Things I'm Making and Creating
- » Making [GNU/]Linux Distributions
- TheMatrixKid
-
100+ posts
Making [GNU/]Linux Distributions
How do I extract the contents of an initramfs? I'm trying to get network support into my distro and Tiny Core seems to do it well with similar resources.
- Jonathan50
-
1000+ posts
Making [GNU/]Linux Distributions
Look at cpio(1) How do I extract the contents of an initramfs? I'm trying to get network support into my distro and Tiny Core seems to do it well with similar resources.
initramfs is a gzip-compressed CPIO archive.
- TheMatrixKid
-
100+ posts
Making [GNU/]Linux Distributions
Look at cpio(1) How do I extract the contents of an initramfs? I'm trying to get network support into my distro and Tiny Core seems to do it well with similar resources.
initramfs is a gzip-compressed CPIO archive.
Found that.
Got eth0 up but I can't access anything. ping 8.8.8.8 doesn't work.
- TheMatrixKid
-
100+ posts
Making [GNU/]Linux Distributions
Huh?BUMP
*SMASH*
You bumped a ceramic vase, not the forum post, silly.
- FakeOS
-
100+ posts
Making [GNU/]Linux Distributions
hey, this sounds pretty cool! What programming languages do you need to know to make it just from the Linux kernal
thanks
thanks

- novice27b
-
1000+ posts
Making [GNU/]Linux Distributions
You don't need to know any languages, you just need to be able to read instructions. hey, this sounds pretty cool! What programming languages do you need to know to make it just from the Linux kernal
thanks
- Jonathan50
-
1000+ posts
Making [GNU/]Linux Distributions
To make it just from the Linux kernel? Eg without any GNU/BSD/Plan 9/OS X/Musl/BusyBox/uClibc etc. userland? You'll need to know a little assembly, and you'll probably want to know a higher-level language that's still sort of low-level like C. hey, this sounds pretty cool! What programming languages do you need to know to make it just from the Linux kernal
thanks
Last edited by Jonathan50 (April 2, 2016 22:16:01)
- Discussion Forums
- » Things I'm Making and Creating
-
» Making [GNU/]Linux Distributions