Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

btxld(8) [freebsd man page]

BTXLD(8)						    BSD System Manager's Manual 						  BTXLD(8)

NAME
btxld -- link editor for BTX clients SYNOPSIS
btxld [-qv] [-b file] [-E address] [-e address] [-f format] [-l file] [-o filename] [-P page] [-W page] file DESCRIPTION
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: -q Quiet: inhibit warnings. -v Verbose: display information about the files processed. -b file Specify the BTX kernel to be bound with the client. -E address Set the client entry point. -e address Set the BTX loader entry point. -f format Specify the output format, where format is one of 'bin', 'aout', or 'elf'. -l file Specify the BTX loader to be bound with the client. -o filename Name the output file. The default is ``a.out''. -P page Specify the first page of the client's segment to be marked 'present', where page may be 0 or 1. -W 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. EXIT STATUS
The btxld utility exits 0 on success, and >0 if an error occurs. SEE ALSO
ld(1), boot(8) AUTHORS
Robert Nordier <rnordier@FreeBSD.org> BSD
September 12, 1998 BSD

Check Out this Related Man Page

NFSIOD(8)						    BSD System Manager's Manual 						 NFSIOD(8)

NAME
nfsiod -- local NFS asynchronous I/O server SYNOPSIS
nfsiod [-n num_servers] DESCRIPTION
The nfsiod utility controls the maximum number of nfsiod kernel processes which run on an NFS client machine to service asynchronous I/O requests to its server. Having nfsiod kernel processes improves performance but is not required for correct operation. The option is as follows: -n Specify how many processes are permitted to be started. Without an option, nfsiod displays the current settings. A client should allow enough number of processes to handle its maximum level of concurrency, typically four to six. If nfsiod detects that the running kernel does not include NFS support, it will attempt to load a kernel module containing NFS code, using kldload(2). If this fails, or no NFS module was available, nfsiod exits with an error. EXIT STATUS
The nfsiod utility exits 0 on success, and >0 if an error occurs. SEE ALSO
nfsstat(1), kldload(2), nfssvc(2), mountd(8), nfsd(8), rpcbind(8) HISTORY
The nfsiod utility first appeared in 4.4BSD. Starting with FreeBSD 5.0, the utility no longer starts daemons, but only serves as a vfs loader and sysctl(3) wrapper. BSD
December 26, 2009 BSD
Man Page