Post by Gerhard Postpischil ***@charter.net [hercules-os380]Post by ***@yahoo.com.au [hercules-os380]I've thought of another alternative. Instead of putting
out an official 3279 data stream, how about I send a
data stream that c3270 can accept and pass on to
Windows because it is already in Windows format
(or close to it)?
You could define a special device, and/or fake it (e.g., TTY). The basic
device must accept a CCW of 01-write, 02-read, 3-control, and 04-sense.
If you use EXCP, there is nothing that messes with your data stream.
I would like to be able to log on to TSO prior to
running "pacman", and type "pacman" at the
TSO ready prompt.
So my normal C programs would use putline,
my graphics programs would presumably use
TPUT, presumably with some care required to
allow the data stream to go through, and
micro-emacs would instead use the write()
routine in the CVT (to be added!).
TPUT is presumably also used for 3270 data
stream, not sure if I can graft that on at the
same time so that I can use both micro-emacs
and rpf/rfe/ispf.
Actually I am not really considering how to play
pac-man, what I want is a web browser on MVS.
And also I would like MVS to be able to host a
website.
For the last few days my PC has been unavailable
because when Windows did an update the PC
became inoperable. I rang Microsoft every day
and they said they were still working on it. I
eventually resorted to self-help:
http://www.thecomputercellar.com/windows-10-1803-upgrade-issues-the-black-desktop-of-death-and-how-to-fix-it/
This has highlighted the need for me to get my
data off Windows and onto MVS, e.g. my email.
What I have been doing is getting PDOS/386
and PDOS/3x0 and MVS/380 and PDPCLIB
into a sufficient enough state so that I can
understand the world of computers enough
so that I can do a high-level design of all
components, including things that come out
of the blue, like making AM31 become AM32.
There is probably decades of development
required to move everything onto MVS or
PDOS. But I am now starting to see light
at the end of the tunnel with regards to what
I need conceptually.
BFN. Paul.