|
Extraordin-Air Team Final Project
|
|
|
STATEMENT OF PROBLEM- ITEM 8
Download most current version of Linux 2.5 kernel and compile.
INVESTIGATIVE PROCESS-
Discussed with team members and other class members, read text and followed class notes and HOWTO.
RECIPE-
With Rebel's guidance went to frp.kernel.org/pub/linux/kernel/<version_no.> and downloaded to /usr/src
Unzip & tar kernel
#gunzip <file.tar.gz>
#tar -xvF <file.tar>
Check readme file
Configure kernel- choose options, etc. for deisred and efficient configuration
#make xconfig
check required dependencies
#make dep
prepare source tree
#make clean
Compile kernel into compressed image
#make bzImage
note- did not proceed with installation
|
|
|
|