> Date: Mon, 26 Sep 2005 01:05:47 -0400 (EDT)
> From: Eric Murphy <[EMAIL PROTECTED]>
> Reply-To: Eric Murphy <[EMAIL PROTECTED]>
> Subject: AMD64 question
> To: freebsd-questions@freebsd.org
>
> Hey guys im having trouble complieing a custem kernel for this version of BSD
>
> I mkae a copy of the GENERIC kernel, editing it for what i want and renameing 
> it to GREED
>
> When I move into
>
> cd /usr/src
>
> and issue  make buildkernel KERNCONF=GREED
>
> It says GREED is missing and is not there, but it is..it lies in 
> /usr/src/sys/i386/conf

If you are indeed running "buildkernel" on an amd64 machine, your kernel
configuration file should be in /usr/src/sys/amd64/conf/GREED instead of
the path you mentioned above.

This is why the "buildkernel" target cannot find it.  It looks for a
local configuration file at:

        /usr/src/sys/amd64/conf/GREED

but you have put yours at:

        /usr/src/sys/i386/conf/GREED

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to