1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-03 02:08:00 +00:00
Commit Graph

990 Commits

Author SHA1 Message Date
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
Lars Brinkhoff
44e74a7f2b Nova programs.
NOVCON .008 has an assembler error:
NOROOM+5        17011   0       1       19      TMC     4357

TMC supposedly means Too Many Constants.
2022-04-19 16:51:27 +02:00
Lars Brinkhoff
cf37871f64 NVMIDS - "Nova MIDAS" assembler. 2022-04-19 16:51:27 +02:00
Eric Swenson
780e40c1f7 Updated MGPRIM as per RRS to fix CORD function. 2022-04-08 06:38:24 -07:00
Lars Brinkhoff
3b3dcf3fdc TV experiments by Berthold Horn. 2022-03-16 21:49:00 +01:00
Lars Brinkhoff
8a9a2047d0 Spacewar for the Mini-Robot GT40. 2022-03-12 16:09:44 +01:00
Lars Brinkhoff
f925e0c7ed Support files for the Mini-Robot GT40. 2022-03-12 16:09:44 +01:00
Eric Swenson
a43521e001 Added new MIGSPK from RRS. 2022-02-06 08:12:31 -08:00
Eric Swenson
b8e98818d8 Updated RRS;SWCHAR to fix SWTXT3 to work correctly with multiline strings containing tabs. 2022-01-20 14:38:08 +01:00
Björn Victor
2fc92220b8 Include configured timezone name in IT IS NOW printout 2022-01-11 07:16:38 +01:00
Lars Brinkhoff
6161c10725 Fix typo in BOOTER. 2021-12-28 17:39:21 +01:00
Lars Brinkhoff
cbed7660b6 BOOTER - Dynamic Modeling login program. 2021-12-28 17:39:21 +01:00
Lars Brinkhoff
a6ab4a346a New text functions added to MIGS. 2021-12-16 12:35:20 +01:00
Lars Brinkhoff
a73b2dff03 Bump file versions. 2021-11-11 17:32:46 +01:00
Lars Brinkhoff
f2f56bc58c Provide emulated dial-up lines.
For LMODEM to work, it requires a TTY line to have the %TYDIL dial-up
bit set in TTYTYP.  Only TK-10, Morton, and DTE-20 controllers are
recognized.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
ca081d5eb1 Fix reference to LMODEM help file.
Also clean up tabs.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
aa03281df0 Fix problem in the LMODEM file SIGNAL.
The macro condition-handlers uses the LOOP macro in a way that's no
longer allowed.  The COLLECT clause is followed by two forms: the
first is a check, and the second is actual data for the list.  This
was allowed up until LOOP version 809, but no longer in 818.  Moving
the check do a DO clause fixes the problem.
2021-11-10 15:31:30 +01:00
Lars Brinkhoff
79330791c0 LMODEM - Xmodem written in Maclisp.
Files courtesy of Eric J. Swenson.  Published with permission from
Edward Barton.
2021-11-10 15:31:30 +01:00
Eric Swenson
2c9521fc3d Added new version of RRS;SWCHAR as per RRS. 2021-11-02 19:20:24 -07:00