From owner-freebsd-questions Thu Mar 4 9:51:39 1999 Delivered-To: freebsd-questions@freebsd.org Received: from java.dpcsys.com (java.dpcsys.com [206.16.184.7]) by hub.freebsd.org (Postfix) with ESMTP id B651A1506F for ; Thu, 4 Mar 1999 09:51:35 -0800 (PST) (envelope-from dan@dpcsys.com) Received: from localhost (dan@localhost) by java.dpcsys.com (8.9.1a/8.9.1) with SMTP id JAA20661; Thu, 4 Mar 1999 09:52:01 -0800 (PST) Date: Thu, 4 Mar 1999 09:52:01 -0800 (PST) From: Dan Busarow To: Roger Hall Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Adding Swap Space In-Reply-To: <2C10B557AEBDD011872500A0C933CDDB5925C7@mail.esigroup.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 4 Mar 1999, Roger Hall wrote: > > > > Make sure your kernel was built with the line > > pseudo-device vn 1 #Vnode driver (turns a file into a > > device) > > > > > > How does a person accomplish such a thing? You need to have kernel source installed on your system. If you have it # cd /sys/i386/conf # cp GENERIC MYKERNEL # vi MYKERNEL and add the pseudo-device line mentioned. save the file and then # config MYKERNEL # cd ../../compile/MYKERNEL # make # make install That's it. Then you'll need to create the swap file and edit /etc/rc.conf to tell the system where the swap file lives. Dan -- Dan Busarow 949 443 4172 Dana Point Communications, Inc. dan@dpcsys.com Dana Point, California 83 09 EF 59 E0 11 89 B4 8D 09 DB FD E1 DD 0C 82 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message