WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: microcore kernel config file  (Read 5597 times)

Offline seek

  • Newbie
  • *
  • Posts: 3
microcore kernel config file
« 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
:)
« Last Edit: February 25, 2010, 07:18:24 PM by seek »

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: microcore kernel config file
« Reply #1 on: February 25, 2010, 07:42:39 PM »
Short answer

Long answer:
Click the "Downloads" link at the top of the Home page.
Click the "Current Release" link.
Browse in the src directory for the config-2.6.29.1-tinycore file.

Offline seek

  • Newbie
  • *
  • Posts: 3
Re: microcore kernel config file
« Reply #2 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 !
« Last Edit: February 25, 2010, 09:04:03 PM by seek »

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: microcore kernel config file
« Reply #3 on: February 25, 2010, 09:20:50 PM »
Compare how you compile it to my script.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: microcore kernel config file
« Reply #4 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?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: microcore kernel config file
« Reply #5 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.
The only barriers that can stop you are the ones you create yourself.

Offline seek

  • Newbie
  • *
  • Posts: 3
Re: microcore kernel config file
« Reply #6 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.


Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10962
Re: microcore kernel config file
« Reply #7 on: February 26, 2010, 03:15:25 PM »
find /lib/modules -type f > list
The only barriers that can stop you are the ones you create yourself.