nightmorph 07/04/02 02:30:16
Modified: hb-install-sparc-disk.xml
hb-install-sparc-kernel.xml
Log:
no more sparc32 support
Revision Changes Path
1.3 xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml?r1=1.2&r2=1.3
Index: hb-install-sparc-disk.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-sparc-disk.xml 2 Apr 2007 01:12:44 -0000 1.2
+++ hb-install-sparc-disk.xml 2 Apr 2007 02:30:16 -0000 1.3
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v
1.2 2007/04/02 01:12:44 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-disk.xml,v
1.3 2007/04/02 02:30:16 nightmorph Exp $ -->
<sections>
@@ -112,9 +112,9 @@
<ti><2 GByte</ti>
<ti>/</ti>
<ti>
- Root partition. For all sparc32 systems, and sparc64 systems with older
- OBP versions, this <e>must</e> be less than 2 GBytes in size, and the
first
- partition on the disk.
+ Root partition. For sparc64 systems with older OBP versions, this
+ <e>must</e> be less than 2 GBytes in size, and the first partition on the
+ disk.
</ti>
</tr>
<tr>
1.3
xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml
file :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml?r1=1.2&r2=1.3
Index: hb-install-sparc-kernel.xml
===================================================================
RCS file:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hb-install-sparc-kernel.xml 2 Apr 2007 01:32:59 -0000 1.2
+++ hb-install-sparc-kernel.xml 2 Apr 2007 02:30:16 -0000 1.3
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
1.2 2007/04/02 01:32:59 nightmorph Exp $ -->
+<!-- $Header:
/var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml,v
1.3 2007/04/02 02:30:16 nightmorph Exp $ -->
<sections>
@@ -236,16 +236,12 @@
</pre>
<p>
-If the (uncompressed) size is bigger than 2.5 MB (for Sparc32) or 3.5 MB (for
-Sparc64), reconfigure your kernel until it doesn't exceed these limits. One way
-of accomplishing this is by having most kernel drivers compiled as modules.
-Ignoring this can lead to a non-booting kernel.
+If the (uncompressed) size is bigger than 7.5 MB, reconfigure your kernel until
+it doesn't exceed these limits. One way of accomplishing this is by having most
+kernel drivers compiled as modules. Ignoring this can lead to a non-booting
+kernel.
</p>
-<note>
-If you use a 2.6.3 or higher kernel, sparc64 kernels can be up to 7.5 MB.
-</note>
-
<p>
Also, if your kernel is just a tad too big, you can try stripping it using the
<c>strip</c> command:
@@ -267,10 +263,6 @@
</p>
<pre caption="Compiling the kernel">
-<comment>(sparc32)</comment>
-# <i>make && make modules_install</i>
-
-<comment>(sparc64)</comment>
# <i>make && make image modules_install</i>
</pre>
@@ -281,10 +273,6 @@
</p>
<pre caption="Installing the kernel">
-<comment>(sparc32)</comment>
-# <i>cp arch/sparc/boot/image /boot/<kernel-version></i>
-
-<comment>(sparc64)</comment>
# <i>cp arch/sparc64/boot/image /boot/<kernel-version></i>
</pre>
--
[email protected] mailing list