- Timestamp:
- Jun 13, 2006, 5:11:35 PM (18 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 2fc2b39
- Parents:
- e69b20a
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/boot/ppc/kernel.xml
re69b20a r4aef1be 59 59 xpointer="xpointer(//*[@os='ae'])"/> 60 60 61 <screen><userinput>make ARCH=ppc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen> 61 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}- menuconfig</userinput></screen> 62 63 <warning> 64 <para>Ensure you select all of the necessary mac drivers, particularly for 65 ide and input.</para> 66 </warning> 62 67 63 68 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 65 70 xpointer="xpointer(//*[@os='m'])"/> 66 71 67 <screen><userinput>make ARCH=p pc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen>72 <screen><userinput>make ARCH=powerpc CROSS_COMPILE=${LFS_TARGET}-</userinput></screen> 68 73 69 74 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/bootable/ppc/kernel.xml
re69b20a r4aef1be 62 62 xpointer="xpointer(//*[@os='j'])"/> 63 63 64 <warning> 65 <para>If you are using a config from when the ARCH was ppc (instead of 66 powerpc), you will have to run <command>make menuconfig</command> after 67 <command>make oldconfig</command> and manually select many of the 68 mac-specific options for ide and input.</para> 69 </warning> 70 64 71 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 65 72 href="../x86/kernel.xml" -
BOOK/general.ent
re69b20a r4aef1be 1 1 <?xml version="1.0" encoding="ISO-8859-1"?> 2 2 3 <!ENTITY version "SVN-2006061 0">3 <!ENTITY version "SVN-20060613"> 4 4 <!ENTITY version-x86 "&version;-x86"> 5 5 <!ENTITY version-x86_64 "&version;-x86_64-Multilib"> … … 16 16 <!ENTITY version-alpha "&version;-ALPHA"> 17 17 18 <!ENTITY releasedate "June 1 0, 2006">18 <!ENTITY releasedate "June 13, 2006"> 19 19 <!ENTITY milestone "0.1"> 20 20 <!ENTITY generic-version "svn"> <!-- Use "svn", "testing", or "x.y[-pre{x}]" --> -
BOOK/introduction/ppc/changelog.xml
re69b20a r4aef1be 33 33 34 34 --> 35 36 <listitem> 37 <para>June 13, 2006</para> 38 <itemizedlist> 39 <listitem> 40 <para>[ken] - Added a warning to make sure all the necessary mac drivers 41 have been selected if using an old ppc config, and corrected the boot 42 chapter to ARCH=powerpc.</para> 43 </listitem> 44 </itemizedlist> 45 </listitem> 35 46 36 47 <listitem>
Note:
See TracChangeset
for help on using the changeset viewer.