Sergiu Partenie wrote:
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.


I got to solve the problem. Now I understood how it is made the configuration of the kernel in a correct way, I made everything certain, but I had forgotten myself to enter in the folder "compile/GENERIC" to run the "make depend." In spite of this small mistake, I made everything correctly. I should be more attentive to this detail...

Thank you for all!

--
Senjogahara

Reply via email to