GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BTXLD(8) FreeBSD System Manager's Manual BTXLD(8)

btxld
link editor for BTX clients

btxld [-qv] [-b file] [-E address] [-e address] [-f format] [-l file] [-o filename] [-P page] [-W page] file

The btxld utility binds the specified client executable together with a BTX loader program and the BTX kernel, and creates a composite object file suitable for loading during the boot process.

The options are:

Quiet: inhibit warnings.
Verbose: display information about the files processed.
file
Specify the BTX kernel to be bound with the client.
address
Set the client entry point.
address
Set the BTX loader entry point.
format
Specify the output format, where format is one of ‘bin’, ‘aout’, or ‘elf’.
file
Specify the BTX loader to be bound with the client.
filename
Name the output file. The default is “a.out”.
page
Specify the first page of the client's segment to be marked ‘present’, where page may be 0 or 1.
page
Specify the first page of the client's segment to be marked ‘writable’, where page may be 0, and should not exceed the number of pages occupied by the combined .text and .data segments of the client image.

The btxld utility exits 0 on success, and >0 if an error occurs.

ld(1), boot(8)

Robert Nordier <rnordier@FreeBSD.org>
September 12, 1998 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.