View RSS Feed

Peyman Yousefi

Linux System

  1. Kernel 2.6.36 -- Debian, Ubuntu

    توسط - 2010-12-08 - 02:54 PM (Peyman Yousefi)
    کد:
    cd /usr/src/
    apt-get install kernel-package ncurses-dev fakeroot wget  bzip2
    wget  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.1.tar.bz2
    tar  -jxvf linux-2.6.36.1.tar.bz2
    ln -s linux-2.6.36.1 linux
    cd linux
    make  clean && make mrproper
    cp /boot/config-`uname -r` ./.config
    make  menuconfig
    
      1- Load an Alternate Configuration File
        .config
        ok
    
      2-  Processor type and features
    ...

    Updated 2010-12-11 at 03:47 PM by darklove

    دسته ها
    Linux
  2. Kernel 2.6.36 -- Fedora Core, Redhat, CentOS

    توسط - 2010-12-08 - 02:52 PM (Peyman Yousefi)
    کد:
    cd /usr/src/
    wget  http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.36.1.tar.bz2
    tar  -jxvf linux-2.6.36.1.tar.bz2
    ln -sfn linux-2.6.36.1 linux
    cd  linux
    make mrproper
    cp /boot/config-$(uname -r)  .config
    make  menuconfig
    
      1- Load an Alternate Configuration File
        .config
        ok
    
      2-  Processor type and features
        Processor family (Pentium-Pro) 
          (X)  Pentium-4/Celeron(P4-based)/Pentium-4
    ...
    دسته ها
    Linux