Date: Sat, 20 Jan 1996 16:35:51 -0500 From: Gerry Stellenberg <gss@vt.edu> To: questions@FreeBSD.ORG Subject: building custom kernel Message-ID: <199601202135.QAA22250@sable.cc.vt.edu>
next in thread | raw e-mail | index | archive | help
I'm trying to build a custom kernel with Sound Blaster 16 support. I've added the lines: device sbxvi0 at isa? drq 5 device sbmidi0 at isa? port 0x330 (just like the handbook says) The problem occurs during the building of the new kernel. The error messages I get are: ioconf.o : Undefined symbol `_sbxvidriver` referenced from data segment ioconf.o : Undefined symbol `_sbmididriver` referenced from data segment Then it quits out of the make process. What do I need to change? Thanks. -- Gerry Stellenberg gss@vt.edu Junior in Computer Engineering (540) 953-0683 Virginia Polytechnic Institute and State University
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601202135.QAA22250>