Kernel

Manolis Kiagias sonicy at otenet.gr
Fri Jan 7 22:38:12 UTC 2011


On 01/07/2011 10:57 PM, Τάσκος Κωνσταντίνος wrote:
> Hello to all. I am a new user of FreeBSD-8.1 and I tried to compile a new kernel, according to the instructions given by the handbook. The command 'make buildkernel KERNCONF=MYKERNEL' failed with 'stop in /usr/obj/usr/src/sys/MYKERNEL error code 1'.
> I wanted to build my own kernel because i didn't have /dev/fuse (for ntfs write) and I had problems with module fuse.ko
> I am sending you my config file named MYKERNEL.
> Thanks in advance,
> Kostas.
>
>    

Looking at your MYKERNEL configuration file, just from the commit 
message at the top:

# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.536 2010/12/31 00:21:41 
yongari Exp $

it looks like you started editing a conf file that comes from FreeBSD 
CURRENT (what will become FreeBSD 9.0 in the future). Obviously this 
will not work in 8.1-RELEASE. You'll need to start by editing the 
GENERIC conf file that comes with 8.1-RELEASE.


More information about the freebsd-questions mailing list