Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
multi-core but Pentium M
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Marcinnnn
n00b
n00b


Joined: 18 May 2008
Posts: 64
Location: Warsaw

PostPosted: Sun May 18, 2008 9:47 pm    Post subject: multi-core but Pentium M Reply with quote

Hi,

I'm installing gentoo on my laptop with netinstall CD. I have a little problem with configuring make.conf on stage 1. I have core duo CPU and for example when I compiled kernel I need to mark an option that my CPU is multicored. I can't find anything like that in here is it ok for now or I miss something?

I also have a little proble couse I dont know what '-pipe' option given in example in make.conf.example means.

Thanks.
Back to top
View user's profile Send private message
jfp
Guru
Guru


Joined: 08 Jul 2007
Posts: 326
Location: Virginia, USA

PostPosted: Sun May 18, 2008 11:39 pm    Post subject: Reply with quote

Marcinnnn,
It would help a great deal if you would start by telling us which installation document you are following and what install CD you are using. It will also help to know if you are doing a 32bit (x86) or 64bit (amd64) installation.
_________________
jfp
Back to top
View user's profile Send private message
cyrillic
Watchman
Watchman


Joined: 19 Feb 2003
Posts: 7313
Location: Groton, Massachusetts USA

PostPosted: Mon May 19, 2008 6:42 pm    Post subject: Reply with quote

An Intel core duo CPU is 32bit only, so that means you want the i686 installation CD.

Here is the kernel setting to enable multiple cores.
Code:
Processor type and features  --->
  [*] Symmetric multi-processing support
  (2) Maximum number of CPUs (2-255)
  [*] Multi-core scheduler support (NEW)


The -pipe option tells the compiler to go from one stage to the next without using temporary files. This does not affect code generation, but it makes compiling faster. The only time you would not want the -pipe option is on a machine with very little RAM.
Back to top
View user's profile Send private message
Dagger
Retired Dev
Retired Dev


Joined: 11 Jun 2003
Posts: 765
Location: UK

PostPosted: Tue May 20, 2008 2:43 pm    Post subject: Reply with quote

1) there is no such a processor as multi-core Pentium-M
2) Intel Core Duo is 32bit Processor while Intel Core2 Duo is 64bit CPU (which can also work in 32bit mode)
3) what installation guide/cd are you following?
4) why are you trying to install from stage1 (it's not officially supported stage any more and for more experienced people)
5) you said you have a problem with make.conf and than later you have a problem with the kernel (normally you set up the kernel _after_ emerge -e system which require you to have properly set up make.conf)
_________________
95% of all computer errors occur between chair and keyboard (TM)
Join the FSF as an Associate Member!
Post under CC license.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum