diff options
-rw-r--r-- | appendixa/bin86-dep.xml | 2 | ||||
-rw-r--r-- | appendixa/bin86-desc.xml | 10 | ||||
-rw-r--r-- | appendixa/bin86-shortdesc.xml | 14 | ||||
-rw-r--r-- | appendixa/bin86.xml | 1 | ||||
-rw-r--r-- | chapter06/bin86-inst.xml | 10 | ||||
-rw-r--r-- | chapter06/bin86.xml | 4 | ||||
-rw-r--r-- | entities/bin86.ent | 1 |
7 files changed, 32 insertions, 10 deletions
diff --git a/appendixa/bin86-dep.xml b/appendixa/bin86-dep.xml index 6895c1b12..9a2a1468e 100644 --- a/appendixa/bin86-dep.xml +++ b/appendixa/bin86-dep.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Bin86 Installation Dependencies</title> diff --git a/appendixa/bin86-desc.xml b/appendixa/bin86-desc.xml index 8cc48c782..283d2a558 100644 --- a/appendixa/bin86-desc.xml +++ b/appendixa/bin86-desc.xml @@ -1,12 +1,10 @@ -<sect2><title>Contents of Bin86</title> +<sect2><title> </title><para> </para></sect2> -<para>Last checked against version &bin86-contversion;</para> +<sect2><title>Descriptions</title> -<sect3><title>Program Files</title> -<para>as86, as86_encap, ld86, nm86 (link to objdump86), objdump86 and -size86 (link to objdump86)</para></sect3> +<para>Last checked against version &bin86-contversion;</para> -<sect3><title>Descriptions</title> +<sect3><title>Program file descriptions</title> <sect4><title>as86</title> <para>as86 is an assembler for the 8086...80386 diff --git a/appendixa/bin86-shortdesc.xml b/appendixa/bin86-shortdesc.xml new file mode 100644 index 000000000..17576631c --- /dev/null +++ b/appendixa/bin86-shortdesc.xml @@ -0,0 +1,14 @@ +<sect2><title>Contents of Bin86</title> + +<para>Last checked against version &bin86-contversion;</para> + +<para>Bin86 is a simple assember and linker for 8086 - 80386 machine + code.</para> + +<para>Bin86 installs the following:</para> + +<sect3><title>Program Files</title> +<para>as86, as86_encap, ld86, nm86 (link to objdump86), objdump86 and +size86 (link to objdump86)</para></sect3> + +</sect2> diff --git a/appendixa/bin86.xml b/appendixa/bin86.xml index 77246985d..8451bd8f9 100644 --- a/appendixa/bin86.xml +++ b/appendixa/bin86.xml @@ -3,6 +3,7 @@ <?dbhtml filename="bin86.html" dir="appendixa"?> &aa-bin86-down; +&aa-bin86-shortdesc; &aa-bin86-desc; &aa-bin86-dep; diff --git a/chapter06/bin86-inst.xml b/chapter06/bin86-inst.xml index 5d82d48a1..c87102563 100644 --- a/chapter06/bin86-inst.xml +++ b/chapter06/bin86-inst.xml @@ -1,3 +1,5 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Bin86</title> @@ -12,9 +14,13 @@ loaders that use the bin86 package. There is always the chance that some other package needs programs from this package, so keep that in mind if you decide to skip this.</para> -<para>Install Bin86 by running the following commands:</para> +<para>Compile the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> -<para><screen><userinput>make && +<para><screen><userinput> make PREFIX=/usr install</userinput></screen></para> </sect2> diff --git a/chapter06/bin86.xml b/chapter06/bin86.xml index 8b33686db..34b663707 100644 --- a/chapter06/bin86.xml +++ b/chapter06/bin86.xml @@ -5,8 +5,8 @@ <screen>Estimated build time: &bin86-time; Estimated required disk space: &bin86-compsize;</screen> -&c6-bin86-inst; -&aa-bin86-desc; +&aa-bin86-shortdesc; &aa-bin86-dep; +&c6-bin86-inst; </sect1> diff --git a/entities/bin86.ent b/entities/bin86.ent index 6c1783754..0ec3968f5 100644 --- a/entities/bin86.ent +++ b/entities/bin86.ent @@ -4,6 +4,7 @@ <!ENTITY c6-bin86-inst SYSTEM "../chapter06/bin86-inst.xml"> <!ENTITY aa-bin86 SYSTEM "../appendixa/bin86.xml"> +<!ENTITY aa-bin86-shortdesc SYSTEM "../appendixa/bin86-shortdesc.xml"> <!ENTITY aa-bin86-desc SYSTEM "../appendixa/bin86-desc.xml"> <!ENTITY aa-bin86-dep SYSTEM "../appendixa/bin86-dep.xml"> <!ENTITY aa-bin86-down SYSTEM "../appendixa/bin86-down.xml"> |