Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Jul 1998 08:00:29 -0700 (PDT)
From:      David Wolfskill <dhw@whistle.com>
To:        questions@FreeBSD.ORG, tmknight@quik.com
Subject:   Re: Help with SB AWE 64 Gold
Message-ID:  <199807141500.IAA13321@pau-amma.whistle.com>
In-Reply-To: <35AAD111.41C67EA6@quik.com>

next in thread | previous in thread | raw e-mail | index | archive | help
>Date: Mon, 13 Jul 1998 20:31:29 -0700
>From: Derrick Springer <tmknight@quik.com>

>Let me start by saying I do not know much about rebuilding Unix kernels.
>I have a SB AWE 64 Gold and I need step-by-step instructions on how to
>make it work. I am running the 2.2.6 CD version on a Pentium 200 MMX and
>128 MB of RAM.

>Help?

Here's what I do, starting from a machine that has been customized
enough to be part of our network, but for which I haven't yet built a
custom kernel.  For the purposes of illustration, I'll call the machine
"box"; I'll enclose meta-actions in square brackets -- anything else is
(literal) commands:

0.  [Login as myself.]

1.  cd /sys/i386/conf

2.  sudo mkdir RCS

3.  sudo cp GENERIC BOX

4.  sudo ci -u BOX

5.  sudo co -l BOX

6.  sudo vi BOX
    [I may have another window open with /sys/i386/conf/LINT viewable in
    it, for reference.  I may also have another window in which I can
    see the output of "dmesg", so I know what devices were found during
    the boot-probe.]

7.  sudo ci -u BOX

8.  sudo config BOX

9.  cd ../../compile/BOX

10. sudo make depend && sudo make && sudo make install && sudo reboot

Once this has been done for the first time, steps 2 - 4 are no longer
needed.

Hope this helps,
david
-- 
David Wolfskill		UNIX System Administrator
dhw@whistle.com		voice: (650) 577-7158	pager: (650) 371-4621

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?199807141500.IAA13321>