Linux Operation System Computer Operation Manual o Computer

  • Slides: 17
Download presentation
Linux Operation System Computer Operation Manual

Linux Operation System Computer Operation Manual

o Computer Room A 208 o Boot: Fedora(3 rd partition) n account: root, n

o Computer Room A 208 o Boot: Fedora(3 rd partition) n account: root, n password: linux 2007 o. You should modify your password after your first login ASAP.

o Download the Kernel source http: //www. kernel. org/pub/linux/kernel /v 2. 6 o Due

o Download the Kernel source http: //www. kernel. org/pub/linux/kernel /v 2. 6 o 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.

Download the Kernel Source

Download the Kernel Source

Decompress the Kernel Source

Decompress the Kernel Source

Compile Kernel(1) o # make mrproper n Erase any. config file. o # make

Compile Kernel(1) o # make mrproper n Erase any. config file. o # make oldconfig n Reuse the old configuration n You should Copy the. config file into the kernel source folder first. o # make menuconfig n Configure the kernel manually ps:you may do either way‘make oldconfig’or ‘make menuconfig’

Compile Kernel(2) o # make n Compile the compressed kernel and modules o #

Compile Kernel(2) o # make n Compile the compressed kernel and modules o # make modules_install n Install modules o # make install n Install kernel. The kernel will be available in grub after reboot. n Ex: Fedora Core (2. 6. 18)

make mrproper

make mrproper

make oldconfig

make oldconfig

make menuconfig(1)

make menuconfig(1)

make menuconfig(2)

make menuconfig(2)

make

make

during make

during make

make modules_install

make modules_install

make install

make install

reboot & boot menu

reboot & boot menu

Other Related Material o http: //wiki. csie. ncu. edu. tw/snmgwiki/do ku. php? id=5 doc:

Other Related Material o http: //wiki. csie. ncu. edu. tw/snmgwiki/do ku. php? id=5 doc: howto_fedorakernel o http: //www. csie. ncu. edu. tw/~hsufh/COURS ES/FALL 2008/linuxos. html