search for: compileit

Displaying 1 result from an estimated 1 matches for "compileit".

2006 Feb 07
7
How to add System V Filesystem to Centos?
...help me with this I have never recomipled my kernel before. Then I should be able to use # mount -t sysv /dev/fd0 /mnt/floppy I have found in the .config file under misc filesystems that I can turn on sysv filesytem. I am not sure what to do after that. Is it better to make it a module or to compileit into the kernel? kernel CONFIG_SYSV_FS=y as a modual CONFIG_SYSV_FS=m If I go the modual way where do I find the modual? I would use modprobe to install it right? What commands do you run to recompile the kernel? Do I run make menuconfig? I have been reading alot but not finding what I need....