Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 1999 09:52:01 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Roger Hall <RHall@esigroup.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Adding Swap Space
Message-ID:  <Pine.BSF.3.96.990304094849.4022D-100000@java.dpcsys.com>
In-Reply-To: <2C10B557AEBDD011872500A0C933CDDB5925C7@mail.esigroup.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 4 Mar 1999, Roger Hall wrote:
> > <first instruction from the handbook>
> > Make sure your kernel was built with the line
> >         pseudo-device   vn 1   #Vnode driver (turns a file into a
> > device)
> > </first instruction from the handbook>
> > 
> > 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990304094849.4022D-100000>