Gentoo Archives: gentoo-sparc

From: "Fabian Hänsel" <fabtagon@×××.de>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] Booting Sun ultra sparc 60 with "own" kernel.
Date: Tue, 02 Jan 2007 22:39:30
Message-Id: 20070102233959.f6832b72.fabtagon@gmx.de
In Reply to: Re: [gentoo-sparc] Booting Sun ultra sparc 60 with "own" kernel. by harald
1 Hi,
2
3 "make menuconfig" means to go to the kernel src directory
4 (/usr/src/linux) and execute that command there. It'll give you a
5 graphical (well pseudo-graphical like mc) frontend to configure your
6 kernel to be built.
7
8
9 > If i would be
10 > able to see all the configs on the original cd-image, that would
11 > help...
12
13 Try the following (I atm have no Live-CD in range): Boot
14 your box with the livecd and
15
16 $ cat /proc/config > myfile
17
18 or
19
20 $ zcat /proc/config.gz > myfile
21
22
23 and copy myfile to /usr/src/linux/.config . Thereafter your kernel
24 source tree will have exactly the same config as the livecd one has.
25 Though you still have to configure your system accordingly.
26
27
28 Greetings
29 Fabian
30 --
31 gentoo-sparc@g.o mailing list