centos 6.5 升級核心到3.12

來源:互聯網
上載者:User

標籤:style   blog   http   ar   color   os   sp   on   div   

參考兩篇文章

http://www.centoscn.com/CentOS/config/2014/1124/4170.html 的前半部份

http://ju.outofmemory.cn/entry/63491

 

   29  yum update -y   30  yum upgrade -y   31  yum install gcc gcc-c++ xz bc ncurses-devel   32  yum install hmaccalc zlib-devel binutils-devel elfutils-libelf-devel   33  cd /usr/local/   34  ll   35  cd src   36  ll   37  wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.12.17.tar.xz   38   ll   39  tar zxvf linux-3.12.17.tar.xz    40  tar -xf linux-3.12.17.tar.xz    41  ll   42  sudo yum groupinstall "Development Tools" # 一口氣安裝編譯時間所需的一切工具   43  sudo yum install hmaccalc zlib-devel binutils-devel elfutils-libelf-devel #建立 CentOS-6 核心時需要它們   44  uname -r   45  ll   46  cd linux-3.12.17   47  ll   48  cp /boot/config-2.6.32-431.el6.x86_64 .config   49  sh -c ‘yes "" | make oldconfig‘   50  sudo make -j18 bzImage   51  sudo make -j18 modules   52  sudo make -j8 modules_install   53  sudo make install   54  vim /etc/grub.conf    55  sudo reboot

 

centos 6.5 升級核心到3.12

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.