Re: Problem Installation rtlinux. Please I need help!

Der Herr Hofrat <[email protected]>
Newsgroups gmane.linux.real-time.rtlinux.general
Message-ID <[email protected]>
> 
> Hi Der!
> 
> May you explain me how do that?
>
cd /usr/src/linux (or where ever your RTLinux patched kernel is)

first you need to clean the sources, but retain your configuration in 
a safe place (note that all files starting with .config are removed so
.cofnig.backup is a bad name to chose).

cp .config config_rtl
make mrproper
cp config_rtl .config

Next start menuconfig which will use the .config you restored above and 
change the settings in the block device section.

make menuconfig

 Block devices --->
   ...
   <*>   RAM disk support (not as a module - mkar it built in) 
   (65536)  Default RAM disk size
   [*]   Initial RAM disk (initrd) support

Now recompile the kernel

make dep
make modules
make bzImage

hope that helps

hofrat


_______________________________________________
Rtl mailing list
[email protected]
http://www2.fsmlabs.com/mailman/listinfo/rtl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.