Gentoo Archives: gentoo-user

From: Stephen Liu <satimis@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] recompiing kernel quesiton
Date: Sat, 23 Sep 2006 23:52:51
Message-Id: 20060923234638.12613.qmail@web35208.mail.mud.yahoo.com
1 Hi folks,
2
3 Gentoo_amd64
4
5 I need to recompile kernel to enable/check some items.
6
7 I'll run
8 # cd /usr/src/linux
9 # make menuconfig
10 checked "Legacy Power Management API", etc.
11 # make
12
13 Here I hesitate what shall I copy.
14
15 # ls arch/
16 alpha cris i386 m68k parisc s390 sparc v850
17 arm frv ia64 m68knommu powerpc sh sparc64 x86_64
18 arm26 h8300 m32r mips ppc sh64 um xtensa
19
20 I'm running Gentoo_amd64, not 32 bits.
21
22 cp arch/x86-64/boot/bzImage /boot ??
23
24 OR
25
26 cp arch/i386/boot/bzImage /boot ??
27
28 Afterwards shall I run;
29 # make install
30 # make modules_install
31
32 I haven't enable "module"
33
34
35 TIA
36
37 B.R.
38 SL

Replies

Subject Author
Re: [gentoo-user] recompiing kernel quesiton Neil Bothwick <neil@××××××××××.uk>
Re: [gentoo-user] recompiing kernel quesiton Pawel Kraszewski <Gentoo@××××××××××.net>