1 | <?xml version="1.0" encoding="ISO-8859-1"?>
|
---|
2 | <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
|
---|
3 | "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
|
---|
4 | <!ENTITY % general-entities SYSTEM "../../general.ent">
|
---|
5 | %general-entities;
|
---|
6 | ]>
|
---|
7 |
|
---|
8 | <sect1 id="ch-boot-colo-build" role="wrap">
|
---|
9 | <?dbhtml filename="colo-build.html"?>
|
---|
10 |
|
---|
11 | <title>Colo-&colo-version;</title>
|
---|
12 |
|
---|
13 | <indexterm zone="ch-boot-colo-build">
|
---|
14 | <primary sortas="a-Colo">Colo</primary>
|
---|
15 | <secondary>boot</secondary>
|
---|
16 | </indexterm>
|
---|
17 |
|
---|
18 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
19 | href="../../final-system/mips/colo.xml"
|
---|
20 | xpointer="xpointer(//*[@role='package'])"/>
|
---|
21 |
|
---|
22 | <sect2 role="installation">
|
---|
23 | <title>Installation of Colo</title>
|
---|
24 |
|
---|
25 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
26 | href="../../final-system/mips/colo.xml"
|
---|
27 | xpointer="xpointer(//*[@os='a'])"/>
|
---|
28 |
|
---|
29 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
30 | href="../../final-system/mips/colo.xml"
|
---|
31 | xpointer="xpointer(//*[@os='b'])"/>
|
---|
32 |
|
---|
33 | <screen os="aa"><userinput>cd tools/elf2rfx
|
---|
34 | make CC=gcc
|
---|
35 | cd ../..
|
---|
36 | make CROSS_COMPILE="${CLFS_TARGET}-" binary</userinput></screen>
|
---|
37 |
|
---|
38 | <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
---|
39 | href="../../final-system/mips/colo.xml"
|
---|
40 | xpointer="xpointer(//*[@os='c'])"/>
|
---|
41 |
|
---|
42 | <screen os="ab"><userinput>cp -v chain/colo-chain.elf ${CLFS}/boot/vmlinux
|
---|
43 | gzip -9 ${CLFS}/boot/vmlinux</userinput></screen>
|
---|
44 |
|
---|
45 | </sect2>
|
---|
46 |
|
---|
47 | <sect2 role="content">
|
---|
48 | <title/>
|
---|
49 |
|
---|
50 | <para>Details on this package are located in <xref
|
---|
51 | linkend="contents-colo" role="."/></para>
|
---|
52 |
|
---|
53 | </sect2>
|
---|
54 |
|
---|
55 | </sect1>
|
---|