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/man8/ldpcs.8 | |
| parent | b89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff) | |
build: Better Build System
Diffstat (limited to 'static/unix-v10/man8/ldpcs.8')
| -rw-r--r-- | static/unix-v10/man8/ldpcs.8 | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/static/unix-v10/man8/ldpcs.8 b/static/unix-v10/man8/ldpcs.8 new file mode 100644 index 00000000..31db6da2 --- /dev/null +++ b/static/unix-v10/man8/ldpcs.8 @@ -0,0 +1,58 @@ +.TH LDPCS 8 VAX-11/750 +.CT 1 sa_auto +.SH NAME +ldpcs \- load comet microcode +.SH SYNOPSIS +.B /etc/ldpcs +[ +.B -f +] +[ +.B -v +] +.I pcsfile +.SH DESCRIPTION +.I Ldpcs +loads microcode +from +.I pcsfile +into the VAX-11/750 patchable control store. +Normally, +the hardware ID register is checked +to see that the system is an 11/750 +and that its base microcode revision level +is appropriately high; +the +.B -f +option +removes the checks. +The +.B -v +option causes the microcode version number +to be printed after loading. +.PP +.I Ldpcs +is usually called from +.IR rc (8) +to load the most recent +.SM DEC +microcode patches from +.FR /etc/pcs750.bin . +.PP +The patch file consists of +1024 bytes of patch bits, +followed by 10240 bytes of actual patches. +Each patch bit represents a 20-bit microcode word; +the patches themselves are 20-bit words +packed together. +The format is the same as that distributed by DEC. +.SH FILES +.F /dev/mem +.br +.F /dev/mtpr +.SH BUGS +Calling +.I ldpcs +is a good idea, +but it is not mandatory; +the system will run without the patches. |
