1
0
mirror of https://github.com/DoctorWkt/pdp7-unix.git synced 2026-04-15 16:19:44 +00:00
Commit Graph

603 Commits

Author SHA1 Message Date
Neo_Chen
ab7641df72 Make perl scripts independ of path 2018-08-20 21:03:24 +08:00
Warren
98fd5a343b Merge pull request #68 from fragglet/patch-1
Fix messed up link in README
2018-03-22 20:46:15 +10:00
Simon Howard
1faa5bd5a9 Fix messed up link in README 2018-01-17 13:39:24 -05:00
Tom Everett
21cc1f6e33 Merge pull request #67 from dspinellis/patch-1
Correct the links to the Unix archive
2017-03-24 13:25:38 -06:00
Diomidis Spinellis
cf3228729c Correct the links to the Unix archive 2017-03-24 21:05:38 +02:00
Tom Everett
894d67edb9 updated binary 2017-02-03 16:53:04 +02:00
Warren Toomey
96069aeb66 Ragge sent in another patch to a7out for the lrs instruction. 2017-02-03 11:35:28 +10:00
Warren Toomey
59dff5c9f2 I've modified as7 to have local and global labels, which we will need for
the upcoming pcc compiler.
2017-02-02 19:46:05 +10:00
Warren Toomey
a558131773 I've imported the tool changes I made in my H compiler. Also,
Anders Magnusson contributed the lrs simulation code for a7out.
2017-01-22 23:51:44 +10:00
Warren Toomey
a0ed6a9845 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2017-01-22 23:49:47 +10:00
Warren Toomey
c3ba4fe361 I've imported the changes to as7 and a7out which I've done in my H compiler.
Also, Anders Magnusson contributed code to simulate the lrs instruction in a7out.
2017-01-22 23:47:25 +10:00
Tom Everett
d9d02eded5 /binaries dir 2016-12-18 09:50:25 -07:00
Warren Toomey
f6f05e6483 A few lines got lost in the last edit to s6.s, now fixed. 2016-04-28 15:04:29 +10:00
Warren Toomey
bcc9bc09d8 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2016-04-28 14:49:05 +10:00
Warren Toomey
c1dc742f03 Added support for symbols with uppercase letters. 2016-04-28 13:11:24 +10:00
Phil Budne
1a4c0c3c71 s6.s: add comments 2016-04-17 13:26:12 -04:00
Phil Budne
c8129d7fa4 s4.s: comment disk block free and (self modifiying) char queue routines 2016-04-17 13:26:12 -04:00
Phil Budne
cb187e12be update queue (and other) storage comments 2016-04-17 13:26:11 -04:00
Phil Budne
032dc37705 sys: alloc comments 2016-04-17 13:26:11 -04:00
rswier
ce6b5c4887 Cleaned up B run-time
Pared down the B run-time to a minimal functionality.  This is based on
research decompiling the pdp-11 libb.a run-time.
2016-04-13 05:09:24 -04:00
rswier
22f0d2e99a Progress on B stuff
Setup argv array based on Phil Budne's assembly.  Added string and ctype
libraries (untested).
2016-04-01 03:50:19 -04:00
Phil Budne
208ed1dbf5 sys comments 2016-03-31 22:53:27 -04:00
rswier
9a8a4bae17 Working on B printf and argv stuff 2016-03-30 03:47:36 -04:00
Phil Budne
615bdba101 s4.s: more comments 2016-03-29 22:18:47 -04:00
Phil Budne
687bbb06cf fix buffer cache search 2016-03-29 21:20:37 -04:00
Phil Budne
31c7b81032 cas comments 2016-03-29 11:42:55 -04:00
Phil Budne
dbe494ea8b as7: make multiply defined symbols non-fatal (as.s doesn't even warn!) 2016-03-29 11:05:52 -04:00
Phil Budne
7df9a14980 Add db binary, source to filesystem 2016-03-29 11:05:30 -04:00
Phil Budne
77d49f4328 s3.s: fix a comment typo 2016-03-29 11:05:03 -04:00
Phil Budne
b655c9df57 pbsh.s: try making shell interruptable when reading from a file 2016-03-29 11:04:28 -04:00
Phil Budne
2982aaf18f uncomment SIMH config lines for GRAPHICS-2 simulation 2016-03-29 01:59:04 -04:00
rswier
6a40af2f97 String support and more run-time routines
This is a work in progress.
2016-03-29 01:49:21 -04:00
Warren Toomey
a36ea820b6 Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2016-03-29 08:13:44 +10:00
Warren Toomey
bf1914f388 C roff is now even closer to B: for loops are now while loops. 2016-03-29 08:12:46 +10:00
Phil Budne
b6009395fa pbsh.s: Add more comments about how I chose what I did or did not do. 2016-03-28 11:25:56 -04:00
Phil Budne
0358d5bf1c pbsh.s: prompt comment (cleared if input is regular file) 2016-03-28 09:35:43 -04:00
Warren Toomey
fd5c06efab Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2016-03-28 21:57:11 +10:00
Warren Toomey
03b9bcfdc5 A few more man pages converted to roff format. 2016-03-28 21:56:58 +10:00
Phil Budne
d3ccf536c4 pbsh.s: detect if stdin is a regular file using seek
seek doesn't fail on special devices, but it always returns zero
2016-03-28 02:07:21 -04:00
Phil Budne
5cab912d88 s2.s: fix a typo 2016-03-28 01:03:40 -04:00
Phil Budne
fa74947215 sys: comments for seek & tell 2016-03-28 01:02:54 -04:00
Warren Toomey
fed6525853 I've converted all the man pages so far into roff format. 2016-03-28 13:24:27 +10:00
Warren Toomey
dfb61a274f I've brought in and modified a roff so that it should be translatable into B.
I've started work on writing the man pages in this version of roff.
2016-03-28 12:18:10 +10:00
Phil Budne
9b675f2c52 fix comment paste-o 2016-03-27 01:26:30 -04:00
Tom Everett
21e88740f0 ignore alt files 2016-03-26 08:33:24 -06:00
Phil Budne
e29d8fca30 ed comments 2016-03-25 22:55:21 -04:00
Phil Budne
7ae26994e9 db.s: add a fix from Warren 2016-03-25 20:01:11 -04:00
Warren Toomey
a593b1104f Merge branch 'master' of https://github.com/DoctorWkt/pdp7-unix 2016-03-26 09:21:14 +10:00
Warren Toomey
193338dd4f Fixed up some more errors, it now assembles with as7. 2016-03-26 09:20:46 +10:00
Phil Budne
7323e802f0 update with ed progress 2016-03-25 19:18:38 -04:00