5 – Red Hat Linux Driver InstallationInstalling the DriverIS0053302-00 7 PRELIMINARY 5-3Q5.3.2Building a Symmetric Multiprocessor (SMP) Version of the DriverPerform the following steps to build an SMP version of the qla4xxx driver:1. Extract the kernel-header and kernel-source RPM files from the first Red HatCD-ROM.# cd /mnt/cdrom/RedHat/RPMS# rpm -iv kernel-headers*.rpm (Not required for Red Hat 9.)# rpm -iv kernel-source*.rpm (Not required for Red Hat 9.)2. Prepare source headers for an SMP module build by changing to the Linuxsource directory. Type the following:# cd /usr/src/linux-2.43. Type the following command to access the Main Menu.# make menuconfiga. From the Main Menu, select Processor type and features and pressENTER.b. From the Processor Type and Features menu, select Symmetricmultiprocessor and press the SPACEBAR.c. Select Exit to exit the Processor Type and Features menu.d. Select SCSI Support and press ENTER.e. Select SCSI Disk Support and press ENTER.f. Select SCSI Generic Support and press ENTER.g. Select Exit to exit the SCSI Support menu.h. Select Exit to exit the Main Menu.The system prompts Do you wish to save your new kernel configuration?Select Yes. The system saves a new config file .config in the currentdirectory.4. Under the kernel source directory, type the following:# make dep