On 05.11.2010, at 17:38, Senjogahara wrote:
Mark Kettenis wrote:
That's not an error message.  It's a friendly reminder not to forget
that particula step in the kernel build instructions.
Then, what does that mean?

1) do this:

cd /usr/src/sys/arch/macppc/conf/
cp GENERIC MYKERNEL
vi MYKERNEL # add/change your options here
config MYKERNEL
cd ../compile/MYKERNEL/
make depend
make
mv /bsd /bsd.orig
mv bsd /bsd

# the reboot with your new kernel

2) read carefuly http://www.openbsd.org/faq/faq5.html and all the links from that page.

Reply via email to