Date: Mon, 24 Aug 1998 13:44:32 +0200 From: Neil Blakey-Milner <nbm@rucus.ru.ac.za> To: Tomer Weller <spud@i.am>, freebsd-questions@FreeBSD.ORG Subject: Re: HELP ! Message-ID: <19980824134432.A12003@rucus.ru.ac.za> In-Reply-To: <01bdcf4d$532c8560$0992003e@dialup>; from Tomer Weller on Mon, Aug 24, 1998 at 01:52:44PM %2B0300 References: <01bdcf4d$532c8560$0992003e@dialup>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon 1998-08-24 (13:52), Tomer Weller wrote: > my kernel wont go therough the "make" command, im a newbie so dont yell on me if i did something real stupid. see my kernel attached > > (if your using winblows, use the "edit" or "type" commands from the command prompt to view kernel.txt, if you'll see notepad you'll see rubbish) *snip* Ok, so you've made your kernel config file. type "config MYKERNEL" (or whatever your kernel filename is), and it'll make a directory ../../sys/compile, or something like that (it'll tell you where), and just go there, type "make depend", then "make", and then "make install", if everything goes well. Then reboot. If things don't work, there'll be a backup copy of your old kernel - kernel.old, kept there, which you can choose when you boot up. This is all explained in the handbook, look for the section on making custom kernels, etc. (it's in /usr/share/doc/handbook, you can use lynx to view it, else you can look at http://www.freebsd.org/handbook/.) Neil -- Neil Blakey-Milner nbm@rucus.ru.ac.za 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?19980824134432.A12003>