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

8 Commits

Author SHA1 Message Date
Lars Brinkhoff
bec828fad2 DIRED for SITS. 2022-11-22 10:00:54 +01: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