17
Linux Operation System Computer Operation Manual

Linux Operation System Computer Operation Manual

Embed Size (px)

DESCRIPTION

 Download the Kernel source  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.

Citation preview

Page 1: Linux Operation System Computer Operation Manual

Linux Operation System

Computer Operation Manual

Page 2: Linux Operation System Computer Operation Manual

Computer Room A208 Boot:Fedora(2nd partition)

account:root,password:adl

You should modify your password after your first login ASAP.

Page 3: Linux Operation System Computer Operation Manual

Download the Kernel sourcehttp://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.

Page 4: Linux Operation System Computer Operation Manual

Download the Kernel Source

Page 5: Linux Operation System Computer Operation Manual

Decompress the Kernel Source

Page 6: Linux Operation System Computer Operation Manual

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 manuallyps: you may do either way‘make

oldconfig’or‘make menuconfig’

Page 7: Linux Operation System Computer Operation Manual

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)

Page 8: Linux Operation System Computer Operation Manual

make mrproper

Page 9: Linux Operation System Computer Operation Manual

make oldconfig

Page 10: Linux Operation System Computer Operation Manual

make menuconfig(1)

Page 11: Linux Operation System Computer Operation Manual

make menuconfig(2)

Page 12: Linux Operation System Computer Operation Manual

make

Page 13: Linux Operation System Computer Operation Manual

during make

Page 14: Linux Operation System Computer Operation Manual

make modules_install

Page 15: Linux Operation System Computer Operation Manual

make install

Page 16: Linux Operation System Computer Operation Manual

reboot & boot menu

Page 17: Linux Operation System Computer Operation Manual

Other Related Material http://wiki.csie.ncu.edu.tw/snmg

wiki/doku.php?id=5doc:howto_fedorakernel

http://www.csie.ncu.edu.tw/~hsufh/COURSES/FALL2009/linuxos.html