Linux Operation System - PowerPoint PPT Presentation

1 / 17
About This Presentation
Title:

Linux Operation System

Description:

please be advised to download the source to your USB stick ahead ... Decompress the Kernel Source. Compile Kernel(1) # make mrproper. Erase any .config file. ... – PowerPoint PPT presentation

Number of Views:92
Avg rating:3.0/5.0
Slides: 18
Provided by: momo1
Category:

less

Transcript and Presenter's Notes

Title: Linux Operation System


1
Linux Operation System
  • Computer Operation Manual

2
  • Computer Room A208
  • BootFedora(3rd partition)
  • accountroot,
  • passwordlinux2007
  • You should modify your password after your first
    login ASAP.

3
  • Download the Kernel source
  • http//www.kernel.org/pub/linux/kernel/v2.6
  • Due to the limited bandwidth of the Lab., please
    be advised to download the source to your USB
    stick ahead and then use it to complete your
    installation.

4
Download the Kernel Source
5
Decompress the Kernel Source
6
Compile Kernel(1)
  • make mrproper
  • Erase any .config file.
  • make oldconfig
  • Reuse the old configuration
  • You should Copy the .config file into the kernel
    source folder first.
  • make menuconfig
  • Configure the kernel manually
  • psyou may do either waymake oldconfigor
  • make menuconfig

7
Compile Kernel(2)
  • make
  • Compile the compressed kernel and modules
  • make modules_install
  • Install modules
  • make install
  • Install kernel. The kernel will be available in
    grub after reboot.
  • Ex Fedora Core (2.6.18)

8
make mrproper
9
make oldconfig
10
make menuconfig(1)
11
make menuconfig(2)
12
make
13
during make
14
make modules_install
15
make install
16
reboot boot menu
17
Other Related Material
  • http//wiki.csie.ncu.edu.tw/snmgwiki/doku.php?id5
    dochowto_fedorakernel
  • http//www.csie.ncu.edu.tw/hsufh/COURSES/FALL2008
    /linuxos.html
Write a Comment
User Comments (0)
About PowerShow.com