Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Difference From 7ce3553bf5f4bccd
To 61ce7d6852d4e684
2017-01-26
| | |
02:09 |
|
check-in: 3c2086101e user: tangent tags: trunk
|
01:44 |
|
check-in: 61ce7d6852 user: tangent tags: trunk
|
01:08 |
|
check-in: ec527293eb user: tangent tags: trunk
|
2016-11-21
| | |
09:33 |
|
check-in: ec36ee3dab user: tangent tags: trunk, v20151215
|
09:11 |
|
check-in: 7ce3553bf5 user: tangent tags: trunk
|
| | |
Added .fossil-settings/binary-glob.
|
1
2
3
4
5
6
7
8
9
10
|
+
+
+
+
+
+
+
+
+
+
|
doc/*.png
examples/*.pt
labels/*.pdf
media/*/*.bin
media/*/*.dsk
media/*/*.pt
media/*/*.rk05
media/*/*.tu56
pics/*/*.jpg
pics/*/*.png
|
| | | | | | | | |
Added .fossil-settings/crlf-glob.
|
1
2
3
4
5
|
+
+
+
+
+
|
src/scp.*
src/sim_*.[ch]
src/sim_*.in
src/PDP8/pdp8_*.[ch]
src/PDP8/pidp8i.c.in
|
| | | |
Added .fossil-settings/ignore-glob.
Added AUTHORS.md.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
# Creators and Major Contributors to the PiDP-8/I Project
* **Oscar Vermeulen <oscar.vermeulen@hotmail.com>**:
- Creator of the project (both hardware and software)
- Author of the modifications to the SimH PDP-8 simulator
necessary to make it use the PiDP-8/I front panel hardware
- Curator of the default set of binary demo media
- Author of the simulator setup scripts
- Initiator of much else in the project
- Author of the bulk of the documentation
- Host and major contributor to the PiDP-8/I support forum on
Google Groups
- Hardware kit assembler and distributor
* **Robert M Supnik** Primary author of the SimH PDP-8 simulator upon
which this project is based.
* **Mike Barnes** Ported Oscar Vermeulen's SimH 3.9 based PiDP-8/I
simulator to the new SimH 4.0 code base.
* **Dylan McNamee** Creator of the "buildroot" feature used in the
creation of the official 2015.12.15 release versions.
* **Mark G. Thomas** Creator of the installation scripts for the
2015.12.15 release, which were folded into the `make install`
handler within `Makefile.in`. Also wrote the version of the SysV
init script that came with that release as `rc.pidp8`, shipped here
as `pidp8i-init`.
* **Ian Schofield <isysxp@gmail.com>** Modified the LED lamp driving
code in the simulator to better simulate the incandescent lamps in
the original PDP-8/I hardware.
* **Henk Gooijen <henk.gooijen@boschrexroth.nl>** Pushed the PDP-8
simulator's internal EAE step counter value down into the PiDP-8/I's
LED manipulation code, without which the step counter LEDs remain
dark even when using the EAE.
* **Paul R. Bernard <prb@downspout.ca>** wrote `src/test.c` and the
core of what now appears as `README-test.md`. (The program builds
and installs `pidp8i-test`.) He also provided a one-line fix that
completes the work of Henk Gooijen's step counter patch.
* **Rick Murphy <k1mu.nospam@gmail.com>** optimized the `pep001.pal` *
example so that it fits into a single page of PDP-8 core, and
provided several useful files in his OS/8 disk images that have
managed to land in this software distribution's OS/8 disk image.
* **Tony Hill <hill.anthony@gmail.com>** Merged all the upstream SIMH
changes between late September 2015 and late December 2016 into the
PiDP-8/I simulator.
* **Warren Young <tangentsoft@gmail.com>** Did everything listed in
`ChangeLog.md` that is not attributed to anyone else.
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Added COPYING.md.
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
# Licenses
The PiDP-8/I software distribution is an agglomeration of software from
multiple sources. Several different licenses apply to its parts. This
file guides you to those individual licenses.
## SIMH License
Most of the files in this software distribution are released under the
terms of the SIMH license, a copy of which typically appears at the top
of each file it applies to. This includes not only SIMH proper but also
several files written by PiDP-8/I software project contributors who
chose to license their contributions under the same license.
For a few files, textual inclusion of the license inside the file itself
was impractical, so this license is applied by reference to [a file
included with the distribution][sl].
[sl]: https://tangentsoft.com/pidp8i/doc/trunk/SIMH-LICENSE.md
## autosetup License
The `configure` script and the contents of the `autosetup` directory are
released under the FreeBSD license given in [`autosetup/LICENSE`][as].
[as]: https://tangentsoft.com/pidp8i/doc/trunk/autosetup/LICENSE
## palbart License
The `palbart` program and its manual page are released under the terms
of the license given in [`palbart/LICENSE.md`][pl].
[pl]: https://tangentsoft.com/pidp8i/doc/trunk/palbart/LICENSE.md
## OS/8 License
The OS/8 media images included with this software distribution are
released under the Digital License Agreement presented in
[`media/os8/LICENSE.md`][dla].
[dla]: https://tangentsoft.com/pidp8i/doc/trunk/media/os8/LICENSE.md
## Other DEC Software
The other files in the [`media`][md] and [`examples`][ed] directories
that originate from Digital Equipment Corporation are believed to fall
under the [public domain license][pdp8pd] DEC released all their PDP-8
software under after it stopped being ecomonmically viable. Documented
releases for specific software (e.g. TSS/8) may be difficult to come by,
however.
[md]: https://tangentsoft.com/pidp8i/dir?ci=trunk&name=media
[ed]: https://tangentsoft.com/pidp8i/dir?ci=trunk&name=examples
## ETOS License
ETOS was a commercial product produced outside of DEC. No public
documented declaration of license is known to be available for it, but
we have [a third-hand report][el] that its creators are fine with ETOS
being redistributed.
[el]: http://mailman.trailing-edge.com/pipermail/simh/2017-January/016169.html
|
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |
Added ChangeLog.md.