Ask a Question related to FreeBSD, Design and Development.
-
Peter C. Lai #1
building KLDs in RELENG_4
Is there a way to build kernel modules by themselves without having to
build the entire kernel? I am adding umass support to a 4.x machine but
I don't want to build the entire kernel. I already have scbus, but I need
da and of course, umass.
TIA,
pete
--
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
[url]http://cowbert.2y.net/[/url]
Peter C. Lai Guest
-
Building PHP 4.3.3 with GD 2.0.11
All libraries were installed (precompiled) This is FreeBSD 5.1 installed zlib, installed jpeg and png libraries (in default directories) GD... -
help building hash on-the-fly?
Hello... This is probably a very simple question, but I don't have much experience using hashes... I have a simple program that lists all of the... -
PHP building with GD
I am trying to build PHP with GD (want to have coppermine gallery on my page, and had problems with ImageMagick), GD is installed/configured fine... -
Building a new PC
Hi all, can anyone offer any advice on components to build a new PC, specifically for graphics and web design using dual display. My budget is... -
Building Menues...
Yes, a web user control is often a good choice for a menu that will be re-used on multiple pages. If you want it used across multiple projects then... -
Scot Hetzel #2
Re: building KLDs in RELENG_4
On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai <sirmoo@cowbert.2y.net> wrote:
Yes you can build modules seperately from a kernel build> Is there a way to build kernel modules by themselves without having to
> build the entire kernel? I am adding umass support to a 4.x machine but
> I don't want to build the entire kernel. I already have scbus, but I need
> da and of course, umass.
>
cd /usr/src/sys/modules/umass
make obj
make
make install
Scot
Scot Hetzel Guest
-
Peter C. Lai #3
Re: building KLDs in RELENG_4
On Thu, Feb 24, 2005 at 09:59:01AM -0600, Scot Hetzel wrote:
ok. what about da? i don't have that in my kernel, even though i have scbus.> On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai <sirmoo@cowbert.2y.net> wrote:>> > Is there a way to build kernel modules by themselves without having to
> > build the entire kernel? I am adding umass support to a 4.x machine but
> > I don't want to build the entire kernel. I already have scbus, but I need
> > da and of course, umass.
> >
> Yes you can build modules seperately from a kernel build
>
> cd /usr/src/sys/modules/umass
> make obj
> make
> make install
>
> Scot
I think i'm just going to recompile the entire kernel anyway; I was just
trying to not have to back-cvs /usr/src to patch the current one I have
installed. (the more basic problem is i really should be keeping multiple
versions of /usr/src around for different versions on different machines,
but that is a separate problem).
--
Peter C. Lai
University of Connecticut
Dept. of Molecular and Cell Biology
Yale University School of Medicine
SenseLab | Research Assistant
[url]http://cowbert.2y.net/[/url]
Peter C. Lai Guest
-
Corey Brune #4
Re: building KLDs in RELENG_4
I believe you can cd /usr/src/sys/modules/umass, compile/install/load umass.ko.
On Thu, 24 Feb 2005 09:56:22 -0500, Peter C. Lai <sirmoo@cowbert.2y.net> wrote:> Is there a way to build kernel modules by themselves without having to
> build the entire kernel? I am adding umass support to a 4.x machine but
> I don't want to build the entire kernel. I already have scbus, but I need
> da and of course, umass.
>
> TIA,
> pete
>
> --
> Peter C. Lai
> University of Connecticut
> Dept. of Molecular and Cell Biology
> Yale University School of Medicine
> SenseLab | Research Assistant
> [url]http://cowbert.2y.net/[/url]
>
> _______________________________________________
> [email]freebsd-questions@freebsd.org[/email] mailing list
> [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>Corey Brune Guest



Reply With Quote

