retro-b5500
retro-b5500 copied to clipboard
Web-based emulator and operating environment for the Burroughs B5500 computer system.
``` From Nigel Williams: Implement support for at least two datacom stations in the web-based emulator, so that the multi-user aspect of the B5500 TSMCP can be demonstrated. ``` Original...
``` What steps will reproduce the problem? 1. CE on SPO to start cande 2. login and make a algol 3. try to type '700 WRITE (LINE,,X);~' 4. type LIST...
``` We have reports of invalid address and flag-bit errors, especially when the system is under heavy load. We also see occasional disk errors, which look like they may be...
``` After compiling a new compiler and doing an MC on the new compiler name, the MC does not persist across a halt/load. ``` Original issue reported on code.google.com by...
``` Unit busy for DKA and DKB when doing a read-check operation is currently reset when the disk-finished interrupt occurs, not at I/O completion. This may not be correct. We...
``` The ESPOL compiler declares the variable NESTOG twice in the same block: (1) as a define at 01001310, and (2) as a Boolean variable at 017723000. From the cross-reference,...