-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MUDMAN #2
Comments
So far no trace of this unfortunately. |
XX:<MDL.DOCUMENTATION> had these files:
|
The only traces from DM: MUDMAN; are:
MNEME is something from the Muddle standard library. |
File names from tape database may have clues what to look for:
|
Progress ist made: |
Thanks for the reminder. Yes, I found an ARC (ITS archive) file on a PDP-10 backup tape. It seems to have the full Muddle manual. I have contacted Greg Pfister, and he agreed to request a copy of the file from MIT. I also found the SYS.11.01 memo, which I believe is the Muddle Primer. With some luck, we may be able to see the contents later this year. |
Some time ago I have produced a new PDF version of the Muddle documentation. I have put it on github now: https://github.com/ZoBoRf/mdl-docs). The PDF file is here: https://github.com/ZoBoRf/mdl-docs/blob/master/tex/mdl.pdf |
@eswenson1, did you get ToTS files from the MUDMAN directory? E.g. MUDMAN; ARC MANUAL has a full manual, and there are files like MUDMAN; SUBRFY DOC that describe individual features. |
I did. I have all that. I was going to commit the SUBRY doc. And whenI get ASYLUM and MADMAN working, I’ll commit all that. TRIVIA uses ASYLUM and MADMAN and I haven’t managed to get ASYLUM working yet. Because ASYLUM and MADMAN use direct page reads and writes and random seek file I/O, they can easily get MPV errors (which they are). It appears that the DATA-IPRINT functionality is working, but when an ASYLUM is opened and the files are found in the MFD (of the ASYLUM) during a read operation, incorrect offsets (disk or mem) are computed. The results vary. Sometimes you get MPV errors, other times you get back the wrong value (different from what you stored). The logic in AREAD and APRINT is complicated and I haven’t been able to isolate what is going awry. |
I'll commit MUDMAN;ARC MANUAL and MUDMAN;SUBRFY DOC soon. I them them staged in git with updated timestamps.txt, but I have other changes right now in that repo and don't (yet) want to unstage other commits. |
Great! There's an issue for it already: PDP-10/its#844 |
From the book "The MDL Programming Environment":
The text was updated successfully, but these errors were encountered: