Subject: Re: where can i learn about programming c?
To: phillie_b <phillie_b@usa.net>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: port-i386
Date: 12/22/1998 13:39:10
Strictly, if you want to compile a kernel, you don't need to know how to
program in C! In src/sys/arch/i386/conf are kernel configuration files. You
probably want to
cp GENERIC MYPC
edit MYPC to suit your computer
config MYPC
cd ../compile/MYPC
make depend && make
This will create a file called netbsd which is the new custom kernel.

Cheers,

Patrick