Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Pentium-m/centrino上装gentoo选用哪种stage3?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese)
View previous topic :: View next topic  
Author Message
jingxj
n00b
n00b


Joined: 14 Apr 2005
Posts: 3

PostPosted: Wed Dec 07, 2005 6:38 am    Post subject: Pentium-m/centrino上装gentoo选用哪种stage3? Reply with quote

想在我本本上装gentoo,本本cpu是Pentium-m/centrino 1.5G,有人知道选哪种stage3
make.conf 里面 -march用pentium-m?
Back to top
View user's profile Send private message
Twig
n00b
n00b


Joined: 06 Aug 2005
Posts: 8

PostPosted: Wed Dec 07, 2005 11:40 am    Post subject: Linux核心里的x86系列CPU设定,Pentium-m/centrino应 Reply with quote

cflags-$(CONFIG_MPENTIUMIII) += -march=i686 $(call cc-option,-mtune=pentium3)
cflags-$(CONFIG_MPENTIUMM) += -march=i686 $(call cc-option,-mtune=pentium3)
cflags-$(CONFIG_MPENTIUM4) += -march=i686 $(call cc-option,-mtune=pentium4)
cflags-$(CONFIG_MK6) += -march=k6
# Please note, that patches that add -march=athlon-xp and friends are pointless.
# They make zero difference whatsosever to performance at this time.
cflags-$(CONFIG_MK7) += $(call cc-option,-march=athlon,-march=i686 $(align)-functions=4)
cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8,$(call cc-option,-march=athlon,-march=i686 $(align)-functions=4))
cflags-$(CONFIG_MCRUSOE) += -march=i686 $(align)-functions=0 $(align)-jumps=0 $(align)-loops=0
cflags-$(CONFIG_MEFFICEON) += -march=i686 $(call cc-option,-mtune=pentium3) $(align)-functions=0 $(align)-jumps=0 $(align)-loops=0
cflags-$(CONFIG_MWINCHIPC6) += $(call cc-option,-march=winchip-c6,-march=i586)
cflags-$(CONFIG_MWINCHIP2) += $(call cc-option,-march=winchip2,-march=i586)
cflags-$(CONFIG_MWINCHIP3D) += $(call cc-option,-march=winchip2,-march=i586)
cflags-$(CONFIG_MCYRIXIII) += $(call cc-option,-march=c3,-march=i486) $(align)-functions=0 $(align)-jumps=0 $(align)-loops=0
cflags-$(CONFIG_MVIAC3_2) += $(call cc-option,-march=c3-2,-march=i686)

# AMD Elan support
cflags-$(CONFIG_X86_ELAN) += -march=i486

# Geode GX1 support
cflags-$(CONFIG_MGEODEGX1) += $(call cc-option,-march=pentium-mmx,-march=i486)


这是Linux核心里的x86系列CPU设定,Pentium-m/centrino应该用Pentium3,新版gcc有pentium-m优化可以直接用。
Back to top
View user's profile Send private message
EricHsu
Moderator
Moderator


Joined: 03 May 2004
Posts: 591
Location: Aragon Consulting Group, Beijing, China

PostPosted: Wed Dec 07, 2005 4:16 pm    Post subject: Re: Pentium-m/centrino上装gentoo选用哪种stage3? Reply with quote

jingxj wrote:
想在我本本上装gentoo,本本cpu是Pentium-m/centrino 1.5G,有人知道选哪种stage3
make.conf 里面 -march用pentium-m?


hello, jingxj,

我的本本也是 pentium-m 的, 用 stage3-pentium3-2005.1.tar.bz2 即可.
然后 CFLAGS 可以使用 -march=pentium-m 进行优化 :)
_________________
- http://nkbit.com
- http://twitter.com/xuyihua
Back to top
View user's profile Send private message
jingxj
n00b
n00b


Joined: 14 Apr 2005
Posts: 3

PostPosted: Mon Dec 12, 2005 5:19 am    Post subject: Reply with quote

谢谢,你的提示 !
在下面连接中
http://gentoo-wiki.com/Safe_Cflags#Pentium-M_.2F_Centrino_.28Intel.29
介绍到,gcc >= 3.4.3 时 make.conf中用的-march=pentium-m

那么stage3-pentium3-2005.1中的gcc >= 3.4.3?
Back to top
View user's profile Send private message
Twig
n00b
n00b


Joined: 06 Aug 2005
Posts: 8

PostPosted: Mon Dec 12, 2005 5:18 pm    Post subject: Reply with quote

jingxj wrote:
谢谢,你的提示 !
在下面连接中
http://gentoo-wiki.com/Safe_Cflags#Pentium-M_.2F_Centrino_.28Intel.29
介绍到,gcc >= 3.4.3 时 make.conf中用的-march=pentium-m

那么stage3-pentium3-2005.1中的gcc >= 3.4.3?


最安全还是用gcc -v自己看。
Back to top
View user's profile Send private message
sheep204
n00b
n00b


Joined: 28 Dec 2005
Posts: 12

PostPosted: Wed Jan 11, 2006 2:10 am    Post subject: 赛扬D的处理器用那个Stage Reply with quote

我的处理器是赛扬D的采用的核心是Prescott
,不知道用哪个Stage,哪位指点一下。
Back to top
View user's profile Send private message
Fleta
n00b
n00b


Joined: 12 Dec 2004
Posts: 68

PostPosted: Thu Jan 12, 2006 2:09 pm    Post subject: Reply with quote

这儿有现成的pentium-m的stage3包:http://bobp.homelinux.org/jackass/index.html
Back to top
View user's profile Send private message
CNkind
n00b
n00b


Joined: 16 Jan 2006
Posts: 5

PostPosted: Mon Jan 16, 2006 5:37 am    Post subject: Reply with quote

stage3-pentium3-2005.1中的gcc为3.3.5
what about athlon64 可以选什么stage3 我不想装成64位的OS

akar 2006-1-18 gbk->utf8
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index 中文 (Chinese) 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