source: final-system/x86_64-64/bin86.xml@ f7683d44

Last change on this file since f7683d44 was 3f01f60, checked in by Jim Gifford <clfs@…>, 19 years ago

r2552@server (orig r1265): ken | 2006-03-12 15:28:07 -0800
Use Lilo for x86_64-64

  • Property mode set to 100644
File size: 3.6 KB
Line 
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<sect1 id="ch-system-bin86" role="wrap">
8 <?dbhtml filename="bin86.html"?>
9
10 <title>Bin86-&bin86-version;</title>
11
12 <indexterm zone="ch-system-bin86">
13 <primary sortas="a-Bin86">Bin86</primary>
14 </indexterm>
15
16 <sect2 role="package">
17 <title/>
18
19 <para>The Bin86 package contains an assembler and linker to produce
20 16 or 32-bit 8086 machine code.</para>
21
22 <segmentedlist>
23 <segtitle>&dependencies;</segtitle>
24
25 <seglistitem>
26 <seg>Bash, Binutils, Coreutils, GCC, Glibc, Make
27 </seg>
28 </seglistitem>
29 </segmentedlist>
30
31 </sect2>
32
33
34 <sect2 role="installation">
35 <title>Installation of Bin86</title>
36
37 <para os="a">We are building bin86 because it is required to
38 compile lilo, and at the moment no other bootloader builds and runs
39 on a pure64 system. If your machine has multiple systems (i.e. x86
40 or multilib) you may prefer to use the bootloader from those
41 systems, such as grub.</para>
42
43 <para os="p1">This patch updates bin86 to compile on x86_64:</para>
44
45<screen os="p2"><userinput>patch -Np1 -i ../&bin86-x86_64-patch;</userinput></screen>
46
47 <para os="c">Compile the package:</para>
48
49<screen os="d"><userinput>make</userinput></screen>
50
51 <para os="e">Install the package:</para>
52
53<screen os="f"><userinput>make PREFIX=/usr install</userinput></screen>
54
55 </sect2>
56
57 <sect2 id="contents-bin86" role="content">
58 <title>Contents of Bin86</title>
59
60 <segmentedlist>
61 <segtitle>Installed programs</segtitle>
62
63 <seglistitem>
64 <seg>as86, ld86, nm86, objdump86, size86</seg>
65 </seglistitem>
66 </segmentedlist>
67
68 <variablelist>
69 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
70 <?dbfo list-presentation="list"?>
71 <?dbhtml list-presentation="table"?>
72
73 <varlistentry id="as86">
74 <term><command>as86</command></term>
75 <listitem>
76 <para>An 8086 assembler</para>
77 <indexterm zone="ch-system-bin86 as86">
78 <primary sortas="b-as86">as86</primary>
79 </indexterm>
80 </listitem>
81 </varlistentry>
82
83 <varlistentry id="ld86">
84 <term><command>ld86</command></term>
85 <listitem>
86 <para>A linker for the object files produced by as86</para>
87 <indexterm zone="ch-system-bin86 ld86">
88 <primary sortas="b-ld86">ld86</primary>
89 </indexterm>
90 </listitem>
91 </varlistentry>
92
93 <varlistentry id="nm86">
94 <term><command>nm86</command></term>
95 <listitem>
96 <para>Symbolic link to objdump86</para>
97 <indexterm zone="ch-system-bin86 nm86">
98 <primary sortas="b-nm86">nm86</primary>
99 </indexterm>
100 </listitem>
101 </varlistentry>
102
103 <varlistentry id="objdump86">
104 <term><command>objdump86</command></term>
105 <listitem>
106 <para>A utility to examine and report on the output from as86 and ld86</para>
107 <indexterm zone="ch-system-bin86 objdump86">
108 <primary sortas="b-objdump86">objdump86</primary>
109 </indexterm>
110 </listitem>
111 </varlistentry>
112
113 <varlistentry id="size86">
114 <term><command>size86</command></term>
115 <listitem>
116 <para>Symbolic link to objdump86</para>
117 <indexterm zone="ch-system-bin86 size86">
118 <primary sortas="b-size86">size86</primary>
119 </indexterm>
120 </listitem>
121 </varlistentry>
122
123 </variablelist>
124
125 </sect2>
126
127</sect1>
Note: See TracBrowser for help on using the repository browser.