1
0
mirror of https://github.com/PDP-10/its.git synced 2026-02-27 09:18:58 +00:00
Commit Graph

1008 Commits

Author SHA1 Message Date
Lars Brinkhoff
6156486df1 Hello world for MACRO-10. 2023-09-08 09:04:28 +02:00
Lars Brinkhoff
46b017bfce UUOSYM and MACTEN universals for TOPS-10 programs. 2023-09-08 09:04:28 +02:00
Lars Brinkhoff
5204a53d16 Hello world for C. 2023-09-04 18:46:29 +02:00
Lars Brinkhoff
4715324ee9 Hello world for PALX and 11SIM. 2023-09-04 18:46:29 +02:00
Lars Brinkhoff
6deada6e8f Hello world for Fortran. 2023-09-04 18:46:29 +02:00
Lars Brinkhoff
d9f7db33d5 Trivial Gunner used on MC.
This is a one-shot program.  It can be linked from DRAGON, with the
first file name e.g. HOURLY or DAILY for the desired frequency.  For
this to work, the file CSTACY; GUNNER LOG must exist.
2023-07-16 12:05:20 +02:00
Lars Brinkhoff
bb10ad46ff Add KLH's TIMRTS library, needed by GUNNER 6. 2023-07-16 12:05:20 +02:00
Lars Brinkhoff
c9ed641d1b Update TECO-6 for 256K memory. 2023-07-05 07:07:04 +02:00
Lars Brinkhoff
32e905392b Source reconstruction for the 64/256K @ TECO.
The @ TECO binary is from the . directory on many backup tapes going
all the way back to 1971.  The LPT 11 and MACTAP F68 sources come
unchanged from Peter Samson's "RandomSystem" DECtape.  The TECO DUMMY
file is close to the undated SYSENG; TECODM 2 file.

The source files can be assembled with MIDAS 73, and linked with the
Muddle version of STINK.  The link order is TECO DUMMY, LPT, MACTAP,
TECO.

This results in a binary that is identical to the original @ TECO with
a few exceptions:

- @ TECO has a loader in 20-37, and something in 776000-777777.
- MOBY is set to 174000 for 64K core, which results in MACDMP being
  1777400 and MACCR being 177777.  The @ TECO binary has it set to
  DSKDMP at 777700.
- The buffer size in MEMSIZ is not the same.
- CONSTANTS has one additional zero at the end, shifting the rest
  of the memory image up by one word.
2023-07-05 07:07:04 +02:00
Björn Victor
621201978f Patch the value of IMPUS3 when IP is read from the IMP 2023-04-21 12:57:22 +02:00
Eric Swenson
22056ee716 Added definitions for DIFFSUMPROD and DIFF-%AT.
These definitions were missing from the ITS source for JPG;COMM2.
Also brought this source up-to-date with respect to LISPM one.
Resolves #2189.
2023-04-19 07:45:05 -07:00
Eric Swenson
31048c62fa Added missing function $taylorp to JM;SIMP.
Also made JM;SIMP virtually identical to LISPM version.
Resolves #2188.
2023-04-19 07:45:05 -07:00
Lars Brinkhoff
c66f7dc49e "Hack hack" test.
The 340 interrupt handling uses a special hack.  PDP-10 emulators may
not support this.  See src/maint/hhtest.1 for longer explanation.
2023-03-25 21:10:18 +01:00
Eric Swenson
6429d80e4e Added/fixed support for DM daemons (GUNNER, ZONE, BATCHN).
Also added creation of HUDINI directory, required by GUNNER daemon.
2023-03-10 09:20:46 -08:00
Eric Swenson
1a701007d7 Add assembly time switch to GUNNER to avoid use of NCP. 2023-03-10 09:20:46 -08:00
Eric Swenson
b1d0848fb1 Add MUDDLE pure library maintenance daemon (MUDSYS;TS DEM). 2023-03-05 09:46:33 -08:00
Eric Swenson
d65e766017 Added files and directories that support the MDL 55 runtime. 2023-02-28 07:14:38 -08:00
Eric Swenson
e56de6edc1 Change location of MDL 54 pure library to allow old Zork to run.
- Update MDL 54 interpreter to look in MUDSAV;SAV 54FILE and MUDSAV;FIXUP 54FILE
  for pure library.
- Update MKSVFL utility to create pure library in new location.
- Update muddle.tcl to run MKSVFL to create dummy pure library.
2023-02-25 17:36:39 +01:00
Lars Brinkhoff
dfb09da1e3 Update Muddle hello world example.
Use MDL 55.  Remove reference to LARS directory.  Move call to SAVE-IT
from the source file to the Muddle session.
2023-02-24 07:02:35 +01:00
Lars Brinkhoff
43810baab6 New Zork startup.
The TS RBYE binary starts Zork from CFS; MADADV SAVE.  The assembly
info says the source file was AR1: CFS; ZORK 2.  Tape backup records
show this archive file was updated on 1979-02-13, which is shortly
before the TS RBYE timestamp.

As a convenience to users, TS ZORK is linked to RBYE from SYS1 on the
assumption users will probably play the newest Zork.  The older SYS2;
TS ZORK which starts the MADMAN; MADADV SAVE file is renamed to OZORK.
2023-02-23 06:47:28 +01:00
Eric Swenson
2e93c506a5 Zork (616 point version + 100 point endgame) built with MDL 55. 2023-02-23 06:47:28 +01:00
Eric Swenson
0130a78a49 Calling GET-ITS-NAME in Zork crashes.
Unknown reason for now.  Dropping it works fine.
2023-02-23 06:47:28 +01:00
Eric Swenson
5d391987e4 Increase the Zork user check limit to allow everyone to play. 2023-02-23 06:47:28 +01:00
Eric Swenson
e3d7d522b8 Y2K fix for Zork. 2023-02-23 06:47:28 +01:00
Eric Swenson
ae6c28cacd Build LSRTNS library for Muddle. 2023-02-23 06:47:28 +01:00
Eric Swenson
7dd86fd5ff Build Muddle compiler and assembler. 2023-02-23 06:47:28 +01:00
Lars Brinkhoff
d22e53f63d Bump to indicate updated version. 2023-01-18 21:48:01 +01:00
Eric Swenson
38f74799c9 Renaming syseng/timoon from version 25 to verison 26 since changes to this verison differ from original version 25. 2023-01-16 07:28:43 -08:00
Lars Brinkhoff
3f66d827d3 Distribute new files over all disk packs. 2023-01-15 17:12:40 +01:00
Lars Brinkhoff
c0bebff532 Set allocation for newly created directory.
When a new directory is created, its QSALLO needs to be set.  Failing
to do so will result in a random value, which will confuse the code to
select a dick pack for new files.  Setting to -1 means the directory
has no allocation, so files can be created on any pack.
2023-01-15 17:12:40 +01:00
Lars Brinkhoff
4b8dfa2df7 Add PUSHJ and POPJ to one-proceed test. 2022-12-16 16:50:15 +01:00
Lars Brinkhoff
6b5c5154df Update SYSJOB file version number.
Several changes were made without bumping version.
2022-12-04 07:47:27 +01:00
Lars Brinkhoff
ebc74bc0c5 ITS - SITS file transfer. 2022-12-03 17:56:13 +01:00
Lars Brinkhoff
6f3a50c4c6 ITSCOM - ITS-SITS communication. 2022-12-03 17:56:13 +01:00
Lars Brinkhoff
5fc1e4987b LODER - PDP-11 file transfer. 2022-12-03 17:56:13 +01:00
Lars Brinkhoff
af40b429ae HLOGO - "Hal hack" version of 11LOGO. 2022-11-24 09:53:24 +01:00
Lars Brinkhoff
f3f05c68ce Update MINSKY TRON to read switches in real time. 2022-11-22 22:25:50 +01:00
Lars Brinkhoff
81ced5f473 Missing file STECOI for SITS TECO.
Code taken from BS; TECO 1 dated 1977-11-26.
2022-11-22 10:00:54 +01:00
Lars Brinkhoff
b8fb44fed6 TECO for SITS. 2022-11-22 10:00:54 +01:00
Lars Brinkhoff
bec828fad2 DIRED for SITS. 2022-11-22 10:00:54 +01:00
Lars Brinkhoff
b267d9ff34 SLOGO - PDP-11 Logo for SITS.
This is the very latest version of 11LOGO.  Included in this commit is
a subset of files necessary to assemble 11LOGO for running under SITS.
2022-11-13 15:21:43 -05:00
Lars Brinkhoff
b15d96e48d Bug fix for INTPRS in SYSSPR.
The loop is off by one, so it clears the first word in the next
process block.  This turns out to be PRBFRE, the process block free
word.  Since it's cleared, it's no longer considered free, so INTPRS
is forced to skip to the next block.  This makes SYSSPR run out of
space for processes.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
300fa1ba99 INQUIR for SITS. 2022-10-23 08:30:59 -05:00
Lars Brinkhoff
c3a6e12aaf FNT - Font loader daemon for SITS. 2022-10-23 08:30:59 -05:00
Lars Brinkhoff
1e10cd1bc1 DDT for SITS. 2022-10-23 08:30:59 -05:00
Lars Brinkhoff
09b703a29e SYSSPR - System Sphere for SITS. 2022-10-23 08:30:59 -05:00
Lars Brinkhoff
e78a69be20 SALV - Salvager for the SITS file system. 2022-10-23 08:30:59 -05:00
Lars Brinkhoff
46ac182bdc SITS - Small ITS.
Timesharing system for the Logo PDP-11/45.
2022-10-23 08:30:59 -05:00
Lars Brinkhoff
d4af30572d PUNCH - punch out paper tapes in the Logo RUG format. 2022-10-23 08:30:59 -05:00
Eric Swenson
0e1414fcc5 Updated h3make to use h3make mail recipient for error emails, rather
than hardcoded list of non-existent users.

Updated .mail.;names > to define entry for h3make mail recipient.

Resolves issue #2123.
2022-10-14 07:15:41 -07:00