diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-26 16:38:00 -0400 |
| commit | 97d5c458cfa039d857301e1ca7d5af3beb37131d (patch) | |
| tree | b460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man9/32ld.9 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man9/32ld.9')
| -rw-r--r-- | static/unix-v10/man9/32ld.9 | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/unix-v10/man9/32ld.9 b/static/unix-v10/man9/32ld.9 new file mode 100644 index 00000000..40ed492a --- /dev/null +++ b/static/unix-v10/man9/32ld.9 @@ -0,0 +1,55 @@ +.TH 32LD 9.1 +.CT 1 lib_obj +.SH NAME +32ld \- bootstrap loader for 5620 +.SH SYNOPSIS +.B 32ld +[ +.I option ... +] +.I file +[ +.I argument ... +] +.SH DESCRIPTION +.I 32ld +loads the MAC-32 object +.I file +for execution in a 5620 connected to the standard output. +When loading into a +.IR mux (9.1) +layer, the +.I arguments +are passed to the program as in Unix. +The options are: +.TP +.B -d +Print on the standard error file the sizes of the text, data and bss +segments of +.I file. +The standard error must be +separated from the standard output to +avoid corrupting the down-load. +.TP +.B -p +Print down-loading protocol statistics on the diagnostic output +(for stand-alone loading only). +.TP +.B -z +Load the process but don't run it. +It may be started using +.IR 3pi ; +see +.IR pi (9.1). +This option works only under +.IR mux . +.PP +The environment variable +.B JPATH +is the analog of the shell's +.B PATH +variable to define a set of directories in which to search for +.IR file . +.SH SEE ALSO +.IR jx (9.1), +.IR mux (9.1) |
