Kaynağa Gözat

Billy's bin86 conversion.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2363 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Timothy Bauscher 22 yıl önce
ebeveyn
işleme
3b181cb9ed

+ 2 - 0
appendixa/bin86-dep.xml

@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
+
 <sect2>
 <title>Bin86 Installation Dependencies</title>
 

+ 4 - 6
appendixa/bin86-desc.xml

@@ -1,12 +1,10 @@
-<sect2><title>Contents of Bin86</title>
+<sect2><title>&nbsp;</title><para>&nbsp;</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

+ 14 - 0
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>

+ 1 - 0
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;
 

+ 8 - 2
chapter06/bin86-inst.xml

@@ -1,3 +1,5 @@
+<sect2><title>&nbsp;</title><para>&nbsp;</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 &amp;&amp;
+<para><screen><userinput>
 make PREFIX=/usr install</userinput></screen></para>
 
 </sect2>

+ 2 - 2
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>

+ 1 - 0
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">