Och det låter ju inte allt för svårt... men i praktiken har jag aldig gjort detta och jag vet inte vart jag ska börja... vart får jag tag i själva linux kerneln tex...How do I build openMosix?'
1. Start by unpacking both the Linux kernel sources and the corresponding openMosix distribution in a directory, say /usr/src.
2. Then
$ cd /usr/src
tar xzf linux-2.x.xx.tar.gz
gunzip openMosix2.x.xx.gz
1. Apply the openMosix patches to the pristine Linux kernel sources with
$ patch -p1 <openMosix2.x.xx-x
The directory /usr/src/linux-2.x.xx now contains the 2.x.xx kernel sources with the openMosix patches. Compile and install the resulting kernel as usual.
någon som kan ge mig tips...
ps. jag vet inte ens vad han menar med " Compile and install the resulting kernel as usual.", vadå as usual
