Forum: Kernels and Modules Jul 23rd, 2005 |
| Replies: 2 Views: 3,124 You could use
patch -p0 < /<filename>/
./thanks
ilaiy |
Forum: Kernels and Modules Jul 19th, 2005 |
| Replies: 1 Views: 2,551 Try downloading the source or the rpm from http://xmlsoft.org/downloads.html
To install it from source
./configure
make
make install
./thanks
ilaiy |
Forum: Kernels and Modules Jul 19th, 2005 |
| Replies: 1 Views: 2,435 COmpiling the kernel is one pretty simple
Just follow these steps
Just donwload the source from kernel.org
tar xvfz linux****.tar.gz / tar jvf linux***.tar.bz
run make menuconfig . You... |