Slashdot Mirror


Linux 2.6.0-test5, How To Incrementally Upgrade

An anonymous reader writes "Linux creator Linus Torvalds recently announced the 2.6.0-test5 Linux kernel, bringing the release of a stable 2.6 one step closer. KernelTrap quickly followed by posting a guide that walks bleeding-edge Linux fans through the process of upgrading from 2.6.0-test4 to 2.6.0-test5, using a tiny 706 KB patch."

1 of 40 comments (clear)

  1. Obsolete make steps by Phaid · · Score: 4, Informative

    Make bzImage && make modules is no longer the recommended way to do this. You should just do "make" instead, which will build bzImage and any modules you may have asked for, and do it quicker than if you specify the steps separately. See the Halloween 2.5 document for details.