Home Page Home Page
 Home | Linux Administration | Corporate Services | Resources | About Us Support Center
Monthly Server Management One-time Server Services Other Services
Network Administration Network Monitoring Network Security High Availability Load Balancing Data Backup and Recovery
Linux HOWTOs Linux Guides Linux Articles New RFCs Vulnerability list Linux Journal
Testimonials Partners Careers Contact Us Site Map
Prepare the source directories

4. Prepare the source directories

Before compiling the TimeSys Linux kernel, you need to set up the source directories so that the kernel knows about all the drivers and things on your system. To do so, issue the following commands:


        # cd /usr/src
        # mv linux linux.old   # Only if the linux directory already exists
        # mv linux-2.4 linux-2.4.old
        # ln -s /opt/timesys/linux/4.1/x86bsp/src/2.4.21-timesys-4.1/kernel linux
        # ln -s /opt/timesys/linux/4.1/x86bsp/src/2.4.21-timesys-4.1/kernel linux-2.4

Note that in the above commands, you may need to change x86bsp and the version numbers as needed for the TimeSys Linux package that you downloaded.