1 .\" Copyright (c) 1998 Robert Nordier
2 .\" All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
16 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS
17 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY,
18 .\" OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
19 .\" OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
20 .\" BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
21 .\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
22 .\" OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
23 .\" EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\" $FreeBSD: src/usr.sbin/btxld/btxld.8,v 1.2.2.2 2001/08/16 15:55:41 ru Exp $
26 .\" $DragonFly: src/usr.sbin/btxld/btxld.8,v 1.3 2006/02/17 19:40:12 swildner Exp $
28 .Dd September 12, 1998
33 .Nd link editor for BTX clients
49 utility binds the specified client executable together with a BTX
50 loader program and the BTX kernel, and creates a composite object file
51 suitable for loading during the boot process.
54 .Bl -tag -width indent
56 Quiet: inhibit warnings.
58 Verbose: display information about the files processed.
60 Specify the BTX kernel to be bound with the client.
62 Set the client entry point.
64 Set the BTX loader entry point.
66 Specify the output format, where
74 Specify the BTX loader to be bound with the client.
76 Name the output file. The default is
79 Specify the first page of the client's segment to be marked
85 Specify the first page of the client's segment to be marked
89 may be 0, and should not exceed the number of pages occupied by the
90 combined .text and .data segments of the client image.
98 .An Robert Nordier Aq rnordier@FreeBSD.org .