From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Tue, 20 Feb 2007 14:11:21 +0100 From: "Eric Noulard" Subject: Re: [Xenomai-help] patching continues In-Reply-To: <45DACA75.8030001@domain.hid> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45D9F759.7020006@domain.hid> <45DACA75.8030001@domain.hid> List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Wolfgang Grandegger Cc: Xenomai-help@domain.hid 2007/2/20, Wolfgang Grandegger : > Eric Noulard wrote: > > > > Note that you still to update your lilo.conf / grub.conf file for > > adding your freshly > > compiled kernel. > > On my FC5 distro I simply do: > > $ make bzImage > $ make modules > # make modules_install > # make install > > Then I reboot and select the new entry in the grub boot loader. I guess > this works for other distros as well. You are right make install step usually calls a script as shown by "make help" you may call in a configured linux kernel [build] tree >>> install - Install kernel using (your) ~/bin/installkernel or (distribution) /sbin/installkernel or install to $(INSTALL_PATH) and run lilo >>> -- Erk