index.txt
32LD(9.1) 32LD(9.1) NAME 32ld - bootstrap loader for 5620 SYNOPSIS 32ld [ option ... ] file [ arguments ] DESCRIPTION 32ld loads the named file for execution in the 5620 connected to its standard output. If running under mux(9.1), the arguments are passed, as in Unix, to the program. File must be a MAC-32 object file. 32ld does all necessary bootstrap and protocol procedures. There are sev‐ eral options. -d prints on the diagnostic output (which must be separated from the standard output to avoid corrupting the down-load) the sizes of the text, data and bss portions of file. -p prints down-loading protocol statistics on the diagnostic output (for stand-alone loads only). -r causes file to be relocated to an address established by a sepa‐ rate protocol during bootstrap. It is invoked automatically when loading a process into mux(9.1), and usually need not be set explicitly. -z loads the process but doesn't run it, so it must be started us‐ ing 3pi(9.1). It works only under mux(9.1). The environment variable JPATH is the analog of the shell's PATH vari‐ able to define a set of directories in which to search for file. SEE ALSO jx(9.1), mux(9.1) 32LD(9.1)