diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 02:24:08 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 02:24:08 +0000 |
commit | 3b181cb9ed630df64334b83690499041272241d5 (patch) | |
tree | 45060c7881db900da337cbcb3f9479258733a8f4 /appendixa | |
parent | 033689a8b7e27922c73021fa272f4fad81163f8f (diff) |
Billy's bin86 conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa')
-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 |
4 files changed, 21 insertions, 6 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; |