Re: Newbie trying to build a new world

2004-02-05 Thread Mike Maltese
config: /usr/src/sys/i386/conf/MOAK:274: syntax error This means you have an error on line 274 of your kernel configuration file. Since line 274 is options PNPBIOS, I'm guessing that this option is deprecated and/or unavailable in 5.X. ___ [EMAIL

Re: Newbie trying to build a new world

2004-02-05 Thread Kent Stewart
On Thursday 05 February 2004 03:15 am, Nicolas wrote: Hello. I am a newbie trying to build a new kernel. I have been following the handbook step by step but I still do something wrong. I copied GENERIC and did some changes and called my new kernel MOAK. I put it into /root/kernels and typed:

Re: Newbie trying to build a new world

2004-02-05 Thread Nelis Lamprecht
On Thu, 2004-02-05 at 13:15, Nicolas wrote: Hello. I am a newbie trying to build a new kernel. I have been following the handbook step by step but I still do something wrong. I copied GENERIC and did some changes and called my new kernel MOAK. I put it into /root/kernels and typed: ln -s

Re: Newbie trying to build a new world

2004-02-05 Thread Nelis Lamprecht
whoops, I misread your error, scratch my message...sorry. On Thu, 2004-02-05 at 13:38, Nelis Lamprecht wrote: On Thu, 2004-02-05 at 13:15, Nicolas wrote: Hello. I am a newbie trying to build a new kernel. I have been following the handbook step by step but I still do something wrong. I

Re: Newbie trying to build a new world

2004-02-05 Thread Ion-Mihai Tetcu
On Thu, 5 Feb 2004 12:15:16 +0100 Nicolas [EMAIL PROTECTED] wrote: Hello. I am a newbie trying to build a new kernel. I have been following the handbook step by step but I still do something wrong. I copied GENERIC and did some changes and called my new kernel MOAK. I put it into

RE: Newbie trying to build a new world

2004-02-05 Thread Nicolas
Thank you all for answering. I tried all your solutions and I got one step further. I tried to: ln -s /root/kernels/MOAK /usr/src/sys/i386/conf/MOAK and got the answer that the file exists. I changed settings in MOAK. Then i ran: make installkernel KERNCONF=MOAK and it worked. But then I ran:

Re: Newbie trying to build a new world

2004-02-05 Thread Ion-Mihai Tetcu
On Thu, 5 Feb 2004 18:13:50 +0100 Nicolas [EMAIL PROTECTED] wrote: Hello again. Sorry to bother you with this but I really dont know what went wrong this time. Ive done it on my old computer with 4,9 and it went smothe. This is the sequence that I followed: cd /usr/obj rm -Rf * cd