1
0
mirror of https://github.com/rcornwell/sims.git synced 2026-02-25 16:30:32 +00:00
Files
rcornwell.sims/IBM360/STATUS.txt
Richard Cornwell 883dd27f9f IBM360: Major update. MVT now can be built.
CDR:  Clean up to return correct status on EOF and empty deck.
   CHAN: Fixed problems with storage key support.
   CHAN: Proper handling of error on initial connect to device.
   CPU:  Fixed errors in handling of storage key protection.
   CPU:  Added aligned data access.
   CPU:  Floating point code starting to work. Still some errors.
   DASD: Corrected sense data for 2311 and 2314 drives for CP/67.
   MT:   Cleaned up proper handling of unattached units.
   SYS:  Fixed bug in deposit.
2019-01-21 22:57:36 -05:00

43 lines
754 B
Plaintext

Current status:
Operating Systems:
TOS/360: Will IPL, and read IPL deck. Will run some jobs.
DOS/360: Will restore and run supervisor gen job on 2314.
OS/360: MVT can be generated. Fortran, Algol working.
ibm360_cpu.c:
Floating point starting to work.
Decimal instructions need test.
Complete /67 support.
ibm360_chan.c
Mostly working.
ibm360_cdp.c:
Add support for binary mode.
ibm360_cdr.c:
Add support for binary mode.
ibm360_com.c:
Not implemented.
ibm360_con.c:
Appears to be working.
ibm360_dasd.c:
Mostly working.
ibm360_lpr.c:
Need to add in support for line skip and skip control.
ibm360_mt.c:
Mostly working.
ibm360_sys.c:
Working.