You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
USB Mass storage does not support passing the types of error information various OSes like RT-11 and RSX-11 need in order to work fully with the RL02.
The RL02 disk packs pretty much all had bad sectors somewhere. These can be identified and stored in a factory provided table on the last track of the disk, but it was up to each OS to decide how to handle them. Some skip sectors while others remap them.
Implement an advanced mode over bulk transport which exposes the underlying error bits and drive state to SIMH. (SIMH will require a driver, which is a separate repo).
The text was updated successfully, but these errors were encountered:
ChrisPVille
changed the title
Create and "Advanced Mode
Create and "Advanced Mode" suitable for SIMH use
Apr 22, 2015
ChrisPVille
changed the title
Create and "Advanced Mode" suitable for SIMH use
Create an "Advanced Mode" suitable for SIMH use
Apr 22, 2015
ChrisPVille
changed the title
Create an "Advanced Mode" suitable for SIMH use
Create a USB bulk transport implementation suitable for SIMH use
Apr 23, 2015
USB Mass storage does not support passing the types of error information various OSes like RT-11 and RSX-11 need in order to work fully with the RL02.
The RL02 disk packs pretty much all had bad sectors somewhere. These can be identified and stored in a factory provided table on the last track of the disk, but it was up to each OS to decide how to handle them. Some skip sectors while others remap them.
Implement an advanced mode over bulk transport which exposes the underlying error bits and drive state to SIMH. (SIMH will require a driver, which is a separate repo).
The text was updated successfully, but these errors were encountered: