-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add stub files. #42
Comments
We have SU and IU from the listing. Some files may be lifed from AID. We can probably implement DISC from its pseudocode description. DDT is just the debugger and probably doesn't play a large role in routine operation. |
Linking DISC, SU, and IU together I get these missing symbols:
|
AID's KMON.MAC has these: |
ARITH.MAC has: INTERP.MAC has: |
Unknown: It seems likely DBUF should be in DISC. |
RM5257 says
AID kmon.mac defines BFR, and interp refers to it. |
As I suspected. I had conjectured that kmon handed both the distributor and disk functions. |
The JOSS documents does mention the "Monitor" a lot. I initially thought it would be the same as the supervisor, but now I think maybe it's corresponding to kmon. |
Another thought is that maybe some of the components (ARITH, DISTRIB, DISC, SU, CPU, DDT, IU) are assembled from multiple .MAC files. |
RM5044 (Distributor) mentions SHUT, C25, C26, so probably that and also C32, C26, C31, C30, C28, CONSOL, C27, C20 should be in DISTRIB. |
As per the comment on SU page 44, JOSS is built from these files:
ARITH, DISTRIB, DISC, SU, CPU, DDT, IU
Add stub files with symbols defined to make JOSS link.
The text was updated successfully, but these errors were encountered: