![]() |
Software > Red Hat Linux Red Hat Linux 9 kernel from Severn (beta)Red Hat are busy working on the new beta, code named Severn, which is going be the first officially released version of Fedora Linux. They have released an updated version of the Linux kernel, based on 2.4.22 and with updates from the 2.4.23-preX series. Important things like ACPI have been included. If you'd like to try this kernel out on Red Hat Linux 9, you can download this patch and build the kernel yourself. In order to apply this patch, you'll have to obtain this RPM from one of the mirrors:
Once you install the above RPM, the source for building the kernels will be in This patch includes includes variable HZ setting, which defaults to 1000. I did not apply preemptive kernel patch here, mostly because it would be a lot of work and my tests have shown that with HZ=1000 interactivity seemed quite OK. That patch is here: To patch, run this from the
To build the kernels, you can run this from
Yes, you can build a Pentium 4 specific kernel too! This will, of course, take huge amount of time, so be prepared to do something else in the meantime. The Regular Alternatively, read on and download my own package that has HZ=1000 hard coded. I have tested this kernel with my HP-ZE4201 notebook and it seems to work fine. To enable ACPI, you have to add
should do the trick. The WARNING: DO NOT REMOVE YOUR RED HAT SUPPLIED KERNEL!
INSTALL THIS KERNEL WITH Some older patches for Severn kernel are here:
procps package for HZ=1000After running Red Hat Linux 9 kernel with my interactivity patch, I have noticed that system monitoring tools like Seriously, the problem is that HZ detection in To avoid the issue, I have hardcoded The downloads are here:
My GPG key to verify the above RPMS:
Red Hat Linux 9 kernel interactivity patchThe Linux kernel shipped with Red Hat Linux 9 (and the updates) is based on stock kernel 2.4.20, plus a series of selected updates. Some of those updates are quite useful on the desktop (low latency patches, O1 scheduler), but there are some others that complete the set (e.g. preemptive kernel patch), which are missing. So, this patch, based in part on work by Con Kolivas (CK, http://members.optusnet.com.au/ckolivas/kernel/) and in part on the preemptive patch by Robert M. Love (RML, http://www.kernel.org/pub/linux/kernel/people/rml/preempt-kernel/v2.4/), includes the following:
Please note that most of the above patches were modified in order to apply them to Red Hat Linux 9 kernel, which is itself heavily patched. Also, Red Hat supplied patches were modified as well. Rik van Riel's VM (RMAP), which is part ot the Red Hat supplied kernel (but not part of the stock kernel) has been ripped out. RMAP VM is not compatible with Andrea's VM. I was looking hard into 2.5.68 preemptive related stuff (mostly file Also, Desktop Tuning patch was changed to be more agressive: HZ is set to 1000 and latencies are really, really low. If you don't like that, you can either change the patch or set latencies through WARNING: IF THIS PATCH DOESN'T COMPILE, DOESN'T WORK, EATS THE CONTENT OF YOUR HARD DISK OR SETS YOUR COMPUTER ON FIRE, DON'T COME CRYING TO ME. THERE IS NO WARANTY OF ANY KIND! Still with me? OK, the patches can be had in two forms. The first one applies to the installed The second option is a set of changes for the source RPM (i.e. Please inspect the I don't intend to provide the actual RPMS because they are simply too big. If you still running the older kernels, 2.4.20-9, 2.4.20-13.9, 2.4.20-18.9 or 2.4.20-19.9 (you shouldn't, but hey, do what you like :-), here are the original patches for them: Note that the above patches might be based on slightly different versions of CK and ACPI patches, available at the time of their creation. PPP RPMS with PPPoE supportThese packages enable PPPoE support in PPP, something that's very useful for connecting to various ADSL providers. Note that these packages rely on kernel (that is Linux kernel 2.4.x) PPPoE support, so you'll have to compile that in or build as modules. These should work on RedHat Linux 7.3. As the matter of fact, they are based on RedHat PPP RPM for 7.3. One of the main features that I wanted to have is to be able to reconnect when the ISP drops the PPP connection and these packages seem to do that quite well. The PPPoE support from the current PPP CVS version (2.4.2b1) do not seem to work very well in that area. This is what should be in
And something like this should be put into
Make sure you have TCPMSS support in your kernel and iptables rule that enables it, if you intend to use the machine as a router. A nice piece of documentation on how to use PPPoE with kernel support is here: UPDATE 16 May 2003: The GPG key used to sign the packages below has been changed. Please make sure you verify the packages against the new public key. Here are the downloads:
My GPG key to verify the above RPMS: |