Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Jun 2017 14:50:55 +0200
From:      marcel <marcel.plouf@gmail.com>
To:        "Littlefield, Tyler" <tyler@tysdomain.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Error appear while building my custom kernel
Message-ID:  <20170627145055.01042476@marcel-laptop.lan>
In-Reply-To: <19495ee4-f27e-8592-31bb-1c8474bae626@tysdomain.com>
References:  <20170626125312.7fa7955f@marcel-laptop.lan> <19495ee4-f27e-8592-31bb-1c8474bae626@tysdomain.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Mon, 26 Jun 2017 12:03:15 -0400,
"Littlefield, Tyler" <tyler@tysdomain.com> a =C3=A9crit :

> On 6/26/2017 6:53 AM, marcel wrote:
> > Hi,
> >
> > I tried to build the kernel from the FreeBSD 11 stable source,
> > following this chapter form the Handbook :
> > https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig=
.html
> >
> > So, I've checked the source with subversion in /usr/src and then
> > I've edited the GENERIC config file and I have an error when I did
> > 'make buildkernel KERNCONF=3DMYKERNEL' .
> >
> > Here is my kernel config file and the logs:
> > https://bpaste.net/show/8d0b2e755142 =20
>=20
> Things that stand out:
> #device		scbus			# SCSI bus
> (required for ATA/SCSI) The comment makes it pretty clear.
> #device		da			# Direct Access
> (disks) again kind of important.
> #device		ppbus			# Parallel port
> bus (required) This says required, so I'm not sure if disabling is
> the best solution. I don't know if there's code that relies on it,
> and once you have a working kernel it wouldn't be a bad idea to
> comment it to find out if it is actually required.
>=20
> I'm confused what you're going for here. I initially thought it was a
> slim kernel, but you disable disks and then leave tons of ethernet
> cards to compile.

Yeah, sorry, I should have to read slower, I have not try to comment
required device yet but I have now a working kernel by uncommenting
those required device. Thanks for the answer.

> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe@freebsd.org"
>=20
>=20




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20170627145055.01042476>