User Tools

Site Tools


tymcom-x-status

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revision Both sides next revision
tymcom-x-status [2017/11/21 06:43]
jms [Sharing files]
tymcom-x-status [2018/04/16 07:05]
jms [Status]
Line 9: Line 9:
   * Q: How was that fixed? A: With help from the simh github team, found a part of ONCE that was using a fullword quantity before its page had been mapped; it set the interval timer to zero, which acted differently on NetBSD than on the others.   * Q: How was that fixed? A: With help from the simh github team, found a part of ONCE that was using a fullword quantity before its page had been mapped; it set the interval timer to zero, which acted differently on NetBSD than on the others.
   * Q: Working now?  A: No, the login got immediately zapped.  The code to change from super-SHUT to plain SHUT was inside an ''IFKMC'' conditional.  Fixed.   * Q: Working now?  A: No, the login got immediately zapped.  The code to change from super-SHUT to plain SHUT was inside an ''IFKMC'' conditional.  Fixed.
 +  * Q: What about DZ11 support? A: When ''DZKON'' is enabled, login at the console is done by simply hitting RETURN.  The DZ11 lines respond to telnet by echoing characters, but no logins.
   * Q: Now what?  A: Can get logged in, but attempts to ''.RUN MTA:TITO.SAV'' are failing.  The same tape can be read by TOPS-10 using the ''COPY'' command, but not by the ''RUN'' command.   * Q: Now what?  A: Can get logged in, but attempts to ''.RUN MTA:TITO.SAV'' are failing.  The same tape can be read by TOPS-10 using the ''COPY'' command, but not by the ''RUN'' command.
-  * Expected output: +  * QRun ''TITO'' from disk? AModified ''ONCDSK'' to allocate and create empty ''SYS:TITO00.SAV''. Used TOPS10 to put ''TITO'' there via FILDDT.  
- +  * Q: Did that work? A: No ''TITO'' appeared to be hung, but it was looking for position 1 which was not on the  ''TITO'' tape.  Giving it the argument ''301-e'' worked, was able to restore from both savesets in less than one minute each. 
-  !get mta:tito.sav +  * QWhat about BOOTS? A: ''gfd ks2020'' and ''run ksfefs.sav'', but that overwrote the wrong pages. 
-  !start +  Q: Why? A: ''DSKCHR'' was returning pointer to the RIB of ''FEFILE.SYS'' instead of length and starting page number. 
-  TITO (V16.3) HERE AT 4257 +  Q: Workaround? A: Modify ''REFSTR'' to return hard-coded pointer to the FEFILE.SYS data pages. 
-  SYSTEM X14 +  Q: **Current status**?  A: Can load TYMCOM-X from disk and login on the console.  DSKCLN does not run automatically, otherwise all is well (for logins on the console only).  **X14** is a two-pack system, **X17** is a three-pack system **X95** is a single-pack system for debugging DZ11 logins. 
-  DEVICEmta0 + --- //[[joeinwap@gmail.com|Joe Smith]] 2018/04/13 03:59//
- +
- +
- +
-**Still trying to create functional ''TITO.SAV'' tape**, and **waiting for a System X14 ALL-FILES tape.**   --- //[[joeinwap@gmail.com|Joe Smith]] 2017/11/21 06:34//+
  
 +----
 ===== Other systems tested ===== ===== Other systems tested =====
  
Line 34: Line 32:
 === Using Google Drive to share with simh developers === === Using Google Drive to share with simh developers ===
  
-Delete ''tymb00.dsk'' and ''tymb10.dsk'', make a compressed ''tar'' file of everything else.  Copy the ''txz'' file from Linux to Google Drive.+Make a compressed ''tar'' file of everything in the simh-ks directory.  Copy the ''txz'' file from Linux to Google Drive.
  
-When creating a tar file, note that capital "J" (bzip2) produces much better compression than "z" for *.dsk files.+When creating a tar file, note that "j" (bzip2) produces much better compression than "z" for *.dsk files. 
 +(Using capital "J" compresses better, but is not standard on MacOS.)
  
-  Linux% tar cvfJ /b/share/data/tymcom-x.txz simh-ks+  Linux% tar cvfj /b/share/data/tymcom-x.tbz simh-ks/*
   simh-ks/   simh-ks/
   simh-ks/dskc.dsk   simh-ks/dskc.dsk
Line 48: Line 47:
   simh-ks/tito.tape   simh-ks/tito.tape
   simh-ks/tops10.ini   simh-ks/tops10.ini
-  simh-ks/tym-prod.ini 
-  simh-ks/tym-fresh.ini 
   simh-ks/tymcom-x.html   simh-ks/tymcom-x.html
   simh-ks/tymcom-x-simh.html   simh-ks/tymcom-x-simh.html
   simh-ks/tymcom-x-status.html   simh-ks/tymcom-x-status.html
   simh-ks/tymcom-x-startup.html   simh-ks/tymcom-x-startup.html
-  Linux% ls -lh /b/share/data/tymcom-x.txz  +  simh-ks/tym-dz11.ini 
-  -rw-r--r-- 1 jms HomeUsers 58M Nov 11 23:10 /b/share/data/tymcom-x.txz+  simh-ks/tym-fresh.ini 
 +  simh-ks/tym-prod.ini 
 +  Linux% ls -lh /b/share/data/tymcom-x.tbz  
 +  -rw-r--r-- 1 jms HomeUsers 59M Nov 27 23:10 /b/share/data/tymcom-x.tbz
  
 Place in a private directory on Google Drive, right-click to get a URL to share. Place in a private directory on Google Drive, right-click to get a URL to share.
 +
 ==== Other pages ==== ==== Other pages ====
  
-[[tymcom-x|Overview]] page, [[tymcom-x-simh|SIMH Setup]] page, [[tymcom-x-startup|TYMCOM-X Startup]] page, [[tymcom-x-status|Status]] page.+[[tymcom-x|Overview]] page, [[tymcom-x-simh|SIMH Setup]] page, [[tymcom-x-startup|TYMCOM-X Startup]] page, [[tymcom-x-tape|TITO on disk]] page, [[tymcom-x-status|Status]] page. 
tymcom-x-status.txt · Last modified: 2018/04/21 08:30 by jms