mirror of
https://github.com/rcornwell/sims.git
synced 2026-04-25 19:51:57 +00:00
47 lines
914 B
Plaintext
47 lines
914 B
Plaintext
Current status:
|
|
|
|
Operating Systems:
|
|
TOS/360: Will IPL, and read IPL deck. Will run some jobs.
|
|
|
|
DOS/360: Will initialize disk.
|
|
Will restore disk.
|
|
Will run basic commands.
|
|
Assembly aborts with invalid instruction.
|
|
|
|
OS/360: Will initialize disk.
|
|
Will restore disk.
|
|
Can run some jobs.
|
|
|
|
ibm360_cpu.c:
|
|
Need to complete floating point and decimal instructions.
|
|
|
|
ibm360_chan.c
|
|
More debugging required.
|
|
|
|
ibm360_cdp.c:
|
|
Add support for binary mode.
|
|
Fix translation table.
|
|
|
|
ibm360_cdr.c:
|
|
Add support for binary mode.
|
|
|
|
ibm360_com.c:
|
|
Not implemented.
|
|
|
|
ibm360_con.c:
|
|
Appears to be working.
|
|
|
|
ibm360_dasd.c:
|
|
Possibly working.
|
|
|
|
ibm360_lpr.c:
|
|
Need to add in support for line skip and skip control.
|
|
|
|
ibm360_mt.c:
|
|
Possibly working.
|
|
|
|
ibm360_sys.c:
|
|
Need to add in deposit function.
|
|
|
|
|