Tiny Core Linux

Tiny Core Base => Micro Core => Topic started by: seek on February 25, 2010, 07:16:21 PM

Title: microcore kernel config file
Post by: seek on February 25, 2010, 07:16:21 PM
Hi there,

I was wondering where can i find the configuration file for the Micro Core v2.8 kernel on which it has currently compiled.

Thanks
:)
Title: Re: microcore kernel config file
Post by: danielibarnes on February 25, 2010, 07:42:39 PM
Short answer (http://distro.ibiblio.org/pub/linux/distributions/tinycorelinux/2.x/release/src/config-2.6.29.1-tinycore)

Long answer:
Click the "Downloads" link at the top of the Home page (http://tinycorelinux.com/welcome.html).
Click the "Current Release" link.
Browse in the src directory for the config-2.6.29.1-tinycore file.
Title: Re: microcore kernel config file
Post by: seek on February 25, 2010, 08:54:50 PM
Well i know about this config file(thanks).

But the problem is when i compile the kernel using this config file without any changes, the module folder size goes like 7MB as compare to the module folder in microcore one which is only 2.7MB. Weird

Am i doing something wrong?


Also if anyone can clear to me what is the difference b\w following kernels:

linux-2.6.29.1-built.tar.bz2           <-- is this not patched ?  107MB
linux-2.6.29.1-patched.tar.bz2     <-- I have extracted it, its a full kernel but only 55MB

Thanks for clearing it !
Title: Re: microcore kernel config file
Post by: danielibarnes on February 25, 2010, 09:20:50 PM
Compare how you compile it to my script (http://forum.tinycorelinux.net/index.php?topic=677.msg22028#msg22028).
Title: Re: microcore kernel config file
Post by: Juanito on February 25, 2010, 09:48:57 PM
the module folder size goes like 7MB as compare to the module folder in microcore one which is only 2.7MB.

Is this because the modules are gzipped and advdef-ed in tinycore, maybe?
Title: Re: microcore kernel config file
Post by: curaga on February 26, 2010, 12:34:53 AM
It's because many of the modules are included in extensions, instead of in the base set.

-built is patched, but includes the build output as well, should make fast changes easier.
Title: Re: microcore kernel config file
Post by: seek on February 26, 2010, 02:54:45 PM
It's because many of the modules are included in extensions, instead of in the base set.

-built is patched, but includes the build output as well, should make fast changes easier.

so how do i know which modules are there and not? is there any blueprint for microkernel base? or do i have to do the hard way to find out that.

Title: Re: microcore kernel config file
Post by: curaga on February 26, 2010, 03:15:25 PM
find /lib/modules -type f > list