Gentoo Archives: gentoo-sparc

From: Aggelos <marmango@××××××××.gr>
To: gentoo-sparc@l.g.o
Subject: Re: [gentoo-sparc] emerging of silo fails
Date: Mon, 17 Sep 2007 21:12:45
Message-Id: 46EEEBC0.7090402@freemail.gr
In Reply to: Re: [gentoo-sparc] emerging of silo fails by Dereck Martin
1 on 09/17/2007 10:12 PM Dereck Martin wrote the following:
2 > I have been running gentoo on a sparc64 since 2004.0 or 2005.0 release.
3 > I know it isn't sparc32, but unless you have some dire need to run a
4 > 2.4 kernel I would suggest running a 2.6 kernel.
5
6 The kernel size problem is described here:
7 http://www.gentoo.org/doc/en/handbook/2006.1/handbook-sparc.xml?part=1&chap=7
8
9 Quote:
10
11 When you're done configuring your kernel, continue with Compiling and
12 Installing. However, after having compiled the kernel, check its size:
13
14 # ls -lh vmlinux
15 -rw-r--r-- 1 root root 2.4M Oct 25 14:38 vmlinux
16
17 If the (uncompressed) size is bigger than 2.5 MB (for Sparc32) or 3.5 MB
18 (for Sparc64), reconfigure your kernel until it doesn't exceed these
19 limits. One way of accomplishing this is by having most kernel drivers
20 compiled as modules. Ignoring this can lead to a non-booting kernel.
21
22 Also, if your kernel is just a tad too big, you can try stripping it
23 using the strip command:
24
25 # strip -R .comment -R .note vmlinux
26 --
27 gentoo-sparc@g.o mailing list