Apache, PHP, MySQL, ASP.NET, JSP and Perl Solutions for your Web Development and Hosting Needs on Windows.
A Complete Web Development and Hosting Platform for Windows.

Building a new Kernel

DeveloperSide.NET Articles

  • Download the latest kernel code...
    • wget ftp://ftp.kernel.org/pub/linux/kernel/v2.4/linux-2.4.26.tar.bz2
  • Unpack and place the code...
    • tar -xjf linux-2.4.26.tar.bz2
    • mv linux-2.4.26 /usr/src/
  • Update the symbolic link 'linux' that points to the latest source of the kernel...
    • cd /usr/src
    • rm linux
    • ln -s linux-2.4.26 linux
  • Enter the source tree...
    • cd /usr/src/linux
  • Prepair for a new kernel build by removing any traces of the previous kernel build...
    • make mrproper
  • Configuration Menu, select features of the kernel...
    • Text based: make menuconfig
    • X based: make xconfig
  • Resolve dependancies...
    • make dep
  • make clean
  • Make the kernel...
    • make bzImage
  • Make the modules...
    • make modules
  • Move the previous kernel image, system map, and modules...
    • mv /vmlinuz /vmlinuz.old
    • mv /boot/System.map /boot/System.map.old
    • mv /lib/modules/x.x.xx /lib/modules/x.x.xx.old
  • Place the newly built kernel image, system map, and modules...
    • cat arch/i386/boot/bzImage > /vmlinuz
    • cp System.map /boot/System.map
    • make modules_install
  • Edit boot options...
    • vi /etc/lilo.conf
  • Re-run Boot Loader to reflect changes made...
    • lilo
In the Spotlight

In the Spotlight

Developing and Hosting PHP+MySQL based websites and applications has never been simpler. The Web.Developer Server Suite provides a Platform & Framework on which to create standards-based CSS, XSLT, and XHTML sites running on PHP and MySQL. Save your time, focusing on core business. Reduce complexity and maximize your productivity.

Developers

Developers++

The Web.Developer Server Suite is more than just a Windows based Apache|PHP|MySQL Platform. Suitable for novices and professionals alike, a complete Hosting Solution is provided that is capable of creating and deploying websites and web applications both locally and on the internet. Create, test, publish and maintain your websites in-house, on your own server, where you are in full control.

Newsletter Signup

Newsletter Signup

Enter your e-mail address: