Date: Tue, 11 Jan 2000 13:13:43 +0100 (CET) From: Oliver Fromme <olli@dorifer.heim3.tu-clausthal.de> To: freebsd-questions@FreeBSD.ORG Subject: Re: Kernel Compile Errors Message-ID: <200001111213.NAA22183@dorifer.heim3.tu-clausthal.de> In-Reply-To: <85e9d9$1irn$1@atlantis.rz.tu-clausthal.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Virginia K. Wills <phkywill@intellex.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001111213.NAA22183>