Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Move README.md runtime configuration section below compile configuration section. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | pidp8i-tmux |
Files: | files | file ages | folders |
SHA1: |
3d0d5dc385a0a608d0d09ff57f9de168 |
User & Date: | ryan 2019-10-04 18:53:32.706 |
Context
2019-10-05
| ||
11:27 | Merged pidp8i-tmux down to trunk check-in: be3a3d9bd0 user: tangent tags: trunk | |
2019-10-04
| ||
18:53 | Move README.md runtime configuration section below compile configuration section. Closed-Leaf check-in: 3d0d5dc385 user: ryan tags: pidp8i-tmux | |
18:12 | Added option to allow the pidp8i screen session to be managed by tmux(1) instead of screen(1). This introduces a new optional sourcable runtime configuration script, pidp8i.rc. check-in: 3df1c859f7 user: ryan tags: pidp8i-tmux | |
Changes
Changes to README.md.
︙ | ︙ | |||
249 250 251 252 253 254 255 | $ pidp8i stop There are [other significant differences][mdif] between the old stable distribution and this one. You’ll want to be familiar with that documentation’s content before reading Oscar Vermeulen’s documentation, as it still refers to his last release in December 2015. | < < < < < < < < < < < < < < < < < < < < < < < < < < < | 249 250 251 252 253 254 255 256 257 258 259 260 261 262 | $ pidp8i stop There are [other significant differences][mdif] between the old stable distribution and this one. You’ll want to be familiar with that documentation’s content before reading Oscar Vermeulen’s documentation, as it still refers to his last release in December 2015. <a id="systemd" name="unit"></a> ## The systemd Unit File Starting with release 2019.04.25, the PiDP-8/I software distribution is based on [systemd][systemd], since Raspbian is now on its third systemd-based release. |
︙ | ︙ | |||
755 756 757 758 759 760 761 762 763 764 765 766 767 768 | the file acts as build documentation as well as a "welcome" message. #### --help Run `./configure --help` for more information on your options here. ## <a id="os8di"></a>The OS/8 RK05 Disk Image For the first several years of the PiDP-8/I project, the OS/8 RK05 disk image included with the PiDP-8/I software (called `os8.rk05`) was based on an image of a real RK05 disk pack that someone allegedly found in a salvaged PDP-8 system. Parts of the image were corrupt, and not all of | > > > > > > > > > > > > > > > > > > > > > > > > > > > | 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 | the file acts as build documentation as well as a "welcome" message. #### --help Run `./configure --help` for more information on your options here. <a id="runtime"></a> ## Runtime Configuration The `pidp8i` command may be configured by the optional `pidp8i.rc` file, located by default in `/opt/pidp8i/etc/`. This is a Bourne shell script which is sourced by `pidp8i` if it exists, and recognizes the following variables: <a id="rc-screen-manager"></a> ### SCREEN_MANAGER=screen By default, pidp8i installs and uses [GNU screen(1)][gnuscreen] to manage screen sessions. However, if you prefer to use [tmux(1)][tmux] as a screen manager for the pidp8i session, you may set `SCREEN_MANAGER=tmux`. Note that if you make this change, you are responsible for installing tmux; on Raspbian, this is done by: $ sudo apt-get install tmux Switching between configured screen managers must be done while pidp8i is stopped. [gnuscreen]: https://www.gnu.org/software/screen/ [tmux]: https://tmux.github.io/ ## <a id="os8di"></a>The OS/8 RK05 Disk Image For the first several years of the PiDP-8/I project, the OS/8 RK05 disk image included with the PiDP-8/I software (called `os8.rk05`) was based on an image of a real RK05 disk pack that someone allegedly found in a salvaged PDP-8 system. Parts of the image were corrupt, and not all of |
︙ | ︙ |