Oh wow, this is cool. So I hopped on and am looking around, after digging around for a
while, it looks like that version of UNIX is this:
https://en.wikipedia.org/wiki/Amdahl_UTS
A very, very early version at that. Wikipedia says they stuck around and carried this
through all the way to being an SVR4 derivative, but what we're seeing here, at least
based on perusing around for 5-10 minutes, does indeed look very V7ish. The manual is
interesting, looks like they tried to create their own manual ordering, there are
man0-man3 folders but then vol1 vol2 and vol3 containing copies of many things, as well as
several scripts and files with a lot of information on their process for adding new pages
and documents. My reasoning on this not being past V7 is that there are no utsname or
uname syscalls to speak of, nor pwbname. The history on that command/syscall is a little
fuzzy, I know I've seen the name "utsname" somewhere but I can't
recall where. The command is uname by the time of 3.0. This version does have a
"sysname" command that suggests it does something similar, but I couldn't
find a corresponding syscall, not that I looked very hard.
- Matt G.
------- Original Message -------
On Monday, December 19th, 2022 at 5:04 PM, Adam Thornton <athornton(a)gmail.com>
wrote:
If anyone wants to play with UTS--the version I'm
running has sources that indicate it's pretty much a v7--you can connect to it at
https://mvsevm.fsf.net, resize your window so the terminal is 80x25, pick option 11
(VM/370), hit enter, and then after the logo goes away type "DIAL UTS".
The passwords are findable via a web search for something like "uts vm/370
password" in that I have not changed them from the defaults. If you manage to break
out of UTS into VM, and from there into Hercules, and from that to the physical host, and
then from there compromise my network, I'd like to know how you did it. If on the
other hand you're going to mine bitcoin with my UTS VM guest, you can cost me
literally dozens of cents a month in electricity, probably.
I have not played with the 3270 libraries, but they exist. The two full-screen 3270
utilities I am aware of are ned and man. Ned's really rather a lovely little editor.
Other than that it feels a lot like a stock v7, but of course the terminal is linemode.
The command to log out is "logoff".
Adam