From owner-freebsd-questions Tue Jan 11 4:13:46 2000 Delivered-To: freebsd-questions@freebsd.org Received: from dorifer.heim3.tu-clausthal.de (dorifer.heim3.tu-clausthal.de [139.174.243.252]) by hub.freebsd.org (Postfix) with ESMTP id D723915341 for ; Tue, 11 Jan 2000 04:13:43 -0800 (PST) (envelope-from olli@dorifer.heim3.tu-clausthal.de) Received: (from olli@localhost) by dorifer.heim3.tu-clausthal.de (8.9.3/8.9.3) id NAA22183; Tue, 11 Jan 2000 13:13:43 +0100 (CET) (envelope-from olli) Date: Tue, 11 Jan 2000 13:13:43 +0100 (CET) Message-Id: <200001111213.NAA22183@dorifer.heim3.tu-clausthal.de> From: Oliver Fromme To: freebsd-questions@FreeBSD.ORG Reply-To: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Compile Errors X-Newsgroups: list.freebsd-questions In-Reply-To: <85e9d9$1irn$1@atlantis.rz.tu-clausthal.de> User-Agent: tin/1.4.1-19991201 ("Polish") (UNIX) (FreeBSD/3.4-19991219-STABLE (i386)) MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Virginia K. Wills wrote in list.freebsd-questions: > [...] > #options MATH_EMULATE #Support for x87 emulation > options INET #InterNETworking > options FFS #Berkeley Fast Filesystem > options FFS_ROOT #FFS usable as root device [keep this!] > options MFS #Memory Filesystem > options MFS_ROOT #MFS usable as root device, "MFS" req'ed > #options NFS #Network Filesystem > #options NFS_ROOT #NFS usable as root device, "NFS" > req'ed options MSDOSFS #MSDOS Filesystem ^^^^^^ > options "CD9660" #ISO 9660 Filesystem There's clearly a syntax error in your "MSDOSFS" line. Remove the "req'ed" and try again. > controller snd0 > device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr > device sbxvi0 at isa? drq 3 > device sbmidi0 at isa? port 0x330 > device op10 at isa? port 0x388 conflicts ^^^^ That should probably be "opl1", not "op10" (the letter ell, not the digit one). It's probably also a good idea to remove your old kernel build directory before trying again. ``config -r YOURKERNEL'' will do that for you. Regards Oliver -- Oliver Fromme, Leibnizstr. 18/61, 38678 Clausthal, Germany (Info: finger userinfo:olli@dorifer.heim3.tu-clausthal.de) "In jedem Stück Kohle wartet ein Diamant auf seine Geburt" (Terry Pratchett) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message