前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >针对Intel Core i7优化安装Gentoo

针对Intel Core i7优化安装Gentoo

作者头像
EltonZheng
发布2021-01-22 07:30:40
7090
发布2021-01-22 07:30:40
举报

要让Core i7处理器在gentoo里工作得正常需要从3个方面来设置。下面我一一来说明。

  1. CFlag

Core i7的信息 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Intel(R) Core(TM) i7 CPU 920 @ 2.67GHz /etc/make.conf内容

代码语言:javascript
复制
CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=core2 -msse4 -mcx16 -msahf -O2 -pipe"
CXXFLAGS="${CFLAGS}"

2, Kernel Setup

代码语言:javascript
复制
Processor type and features  --->
    Subarchitecture Type ()  --->
        (X) PC-compatible
    Processor family ()  --->
        (X) Pentium M
    [ ] Generic x86 support
    [*] Supported processor vendors ---->
        [*]   Support Intel processors

填写你的CPU核数

代码语言:javascript
复制
Processor type and features  --->
    [*] Symmetric multi-processing support
    (8) Maximum number of CPUs (2-256)
    [ ] SMT (Hyperthreading) scheduler support
    [*] Multi-core scheduler support

支持64位CPU

代码语言:javascript
复制
Processor type and features  --->
    -- Machine check support
    [*] Intel MCE features
Executable file formats / Emulations  --->
    [*] IA32 Emulation
  1. Hardware Sensors 增加硬件监控
代码语言:javascript
复制
Device Drivers  --->
    Hardware Monitoring support  --->
         Hardware Monitoring support
         Intel Core (2) Duo/Solo temperature sensor
</pre>

本文参与?腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客?前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与?腾讯云自媒体同步曝光计划? ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档
http://www.vxiaotou.com