josejx 07/04/02 02:42:14 Modified: hb-install-ppc-kernel.xml Log: Update kernel instructions.
Revision Changes Path 1.35 xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.35&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?rev=1.35&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml?r1=1.34&r2=1.35 Index: hb-install-ppc-kernel.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v retrieving revision 1.34 retrieving revision 1.35 diff -u -r1.34 -r1.35 --- hb-install-ppc-kernel.xml 2 Apr 2007 01:57:59 -0000 1.34 +++ hb-install-ppc-kernel.xml 2 Apr 2007 02:42:14 -0000 1.35 @@ -4,12 +4,12 @@ <!-- 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/draft/hb-install-ppc-kernel.xml,v 1.34 2007/04/02 01:57:59 josejx Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-ppc-kernel.xml,v 1.35 2007/04/02 02:42:14 josejx Exp $ --> <sections> <version>8.0</version> -<date>2007-03-15</date> +<date>2007-04-01</date> <section> <title>Timezone</title> @@ -158,6 +158,7 @@ <pre caption="Selecting necessary file systems"> File systems ---> Pseudo Filesystems ---> +<comment>(/proc may already be forced on by your configuration, if so, you'll see --- instead)</comment> [*] /proc file system support [*] Virtual memory file system support (former shm fs) Partition Types ---> @@ -179,7 +180,9 @@ <pre caption="Activating HFS support"> File Systems ---> - [*] HFS Support + Miscellaneous filesystems ---> + <*> Apple Macintosh file system support + <*> Apple Extended HFS file system support </pre> <p> @@ -189,7 +192,7 @@ <pre caption="Selecting PPPoE necessary drivers"> Device Drivers ---> - Networking support ---> + Network device support ---> <*> PPP (point-to-point protocol) support <*> PPP support for async serial ports <*> PPP support for sync tty ports @@ -207,15 +210,30 @@ the BMAC driver. </p> +<pre caption="Selecting the network driver"> +Device Drivers ---> + Network device support ---> + Ethernet (10 or 100Mbit) ---> + [*] Ethernet (10 or 100Mbit) + <*> Generic Media Independent Interface device support + <*> MACE (Power Mac ethernet) support + <*> BMAC (G3 ethernet) support + <*> Sun GEM support +</pre> + <p> -At this time, kernel preemption is still unstable on PPC and may cause +At this time, full kernel preemption may still be unstable on PPC and may cause compilation failures and random segfaults. It is <e>strongly</e> suggested -that you do not use this feature. +that you do not use this featurea. Both <e>Voluntary Preemption</e> and +<e>No Forced Preemption</e> should be safe. </p> <pre caption="Ensure the Preemptible Kernel Option is Off"> Kernel options ---> - Preemption Model (No Forced Preemption (Server)) +<comment>(Select One)</comment> + Preemption Model + (X) No Forced Preemption (Server) + (X) Voluntary Kernel Preemption (Desktop) </pre> <p> @@ -435,7 +453,7 @@ or ext3 as filesystem you might need to manually configure your kernel using <c>genkernel --menuconfig all</c> and add support for your filesystem <e>in</e> the kernel (i.e. <e>not</e> as a module). Users of EVMS2 or -LVM2 will probably want to add <c>--evms2</c> or <c>--lvm2</c> as argument as +LVM2 will probably want to add <c>--evms2</c> or <c>--lvm2</c> as an argument as well. </p> -- [email protected] mailing list
