Gentoo Archives: gentoo-dev

From: Ben Lutgens <blutgens@×××××××.com>
To: gentoo-dev@××××××××××.org
Subject: Re: [gentoo-dev] kernel 2.4.10 is awesome
Date: Fri, 28 Sep 2001 08:26:32
Message-Id: 20010928092610.B11248@llama.sistina.com
In Reply to: [gentoo-dev] kernel 2.4.10 is awesome by Daniel Robbins
1 On Fri, Sep 28, 2001 at 12:02:28AM -0600, Daniel Robbins wrote:
2 >Hi everyone,
3 >
4 >I just added linux, linux-sources, linux-headers and linux-extras-2.4.10 to
5 >CVS. These new kernels are *amazing*. Right now, the "linux" package uses a
6 >goofy default configuration; use linux-sources instead. Instructions below.
7 >
8 >I think you'll notice a *tremendous* speed improvement thanks to Andrea
9 >Archangeli's VM rewrite and the included preemptible kernel patches. It's like
10 >getting a 2.6 kernel 18 months early :)
11
12 Warning! When I applied those preemption patches my pcmcia stuff stopped
13 working. I'm not sure if it's related, but that was the only change I made
14 to the kernel was adding those patches. I then recompiled my pcmcia as
15 well.
16
17
18 >
19 >To use this new kernel, do a:
20 >
21 ># emerge sys-kernel/linux-sources-2.4.10
22 ># cd /usr/src/linux
23 ># make menuconfig
24 ># make dep; make clean; make bzImage; make modules; make modules_install
25 ># mount /boot
26 >(on rc5-)
27 ># cp arch/i386/boot/bzImage /boot/boot/bzImage-2.4.10
28 ># vim /boot/boot/grub/menu.lst
29 >(on rc6+)
30 ># cp arch/i386/boot/bzImage /boot/bzImage-2.4.10
31 ># vim /bootgrub/menu.lst
32 >(then)
33 ># umount /boot
34 ># reboot
35 >
36 >Best Regards,
37 >
38 >--
39 >Daniel Robbins <drobbins@g.o>
40 >Chief Architect/President http://www.gentoo.org
41 >Gentoo Technologies, Inc.
42 >
43 >_______________________________________________
44 >gentoo-dev mailing list
45 >gentoo-dev@××××××××××.org
46 >http://cvs.gentoo.org/mailman/listinfo/gentoo-dev
47 >
48
49 --
50 Ben Lutgens
51 Sistina Software Inc.
52
53 "In the war against terrorism, there are no rear lines. We're all on the
54 front lines" - William Cohen

Replies

Subject Author
Re: [gentoo-dev] kernel 2.4.10 is awesome Mikael Hallendal <hallski@g.o>