[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: build scsi kernel module for other kernel
- From: FM <dist-list LEXUM UMontreal CA>
- To: "Red Hat Enterprise Linux 4 (Nahant) Discussion List" <nahant-list redhat com>
- Subject: Re: build scsi kernel module for other kernel
- Date: Thu, 02 Mar 2006 12:29:02 -0500
Thank you for your response ... of the original question ;-)
Have a nice day !
Arjan van de Ven wrote:
> On Thu, 2006-03-02 at 11:02 -0500, FM wrote:
>
>> Hello,
>> I'm using VMWARE esx with RHEL4 as a guest
>>
>> I have buslogic kernel module for U2 kernel but not for the the latest
>> security kernel update.
>>
>> I also have the buslogic source (provided by VMWARE).
>>
>> Is it possible to build the scsi kernel for the 2.6.9-22.0.2 (I
>> installed the update but I cannot reboot :) ) from the U2default kernel ?
>>
>
>
> put the source in it's own directory
> make a Makefile that looks like
>
>
> obj-m += BusLogic.c
>
> (or whatever the .c file is called)
>
> and then do
>
> make -C /lib/modules/`uname -r`/build SUBDIRS=`pwd` modules
>
> and .. voila
>
> (you do need the kernel-devel package installed for this)
>
>
> --
> nahant-list mailing list
> nahant-list redhat com
> https://www.redhat.com/mailman/listinfo/nahant-list
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]