170 likes | 593 Views
Linux Operation System Computer Operation Manual Computer Room A208 Boot:Fedora(3 rd partition) account:root, password:linux2007 You should modify your password after your first login ASAP. Download the Kernel source http://www.kernel.org/pub/linux/kernel/v2.6
E N D
LinuxOperation System Computer Operation Manual
Computer Room A208 • Boot:Fedora(3rd partition) • account:root, • password:linux2007 • You should modify your password after your first login ASAP.
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.
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 ps:you may do either way‘make oldconfig’or ‘make menuconfig’
Compile Kernel(2) • # make • Compile the compressed kernel andmodules • # make modules_install • Install modules • # make install • Install kernel. The kernel will be available in grub after reboot. • Ex: Fedora Core (2.6.18)
Other Related Material • http://wiki.csie.ncu.edu.tw/snmgwiki/doku.php?id=5doc:howto_fedorakernel • http://www.csie.ncu.edu.tw/~hsufh/COURSES/FALL2008/linuxos.html