Provided docs for running diagnostics
This commit is contained in:
16
doc/diagnostics.md
Normal file
16
doc/diagnostics.md
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
|
||||||
|
# Running ekba
|
||||||
|
|
||||||
|
This will run for a total of 541450515 instructions. To just run the first pass (132198 insns), break at 10742.
|
||||||
|
|
||||||
|
```
|
||||||
|
# Start address of 0200, no switch settings, break at end of second pass.
|
||||||
|
jdp11 -l diag/ekba.pt -g 200 -b 10722
|
||||||
|
```
|
||||||
|
|
||||||
|
# Running ekbb
|
||||||
|
This will run for around 1144728 instructions.
|
||||||
|
```
|
||||||
|
# Start address of 0200, switch set to 161 to disable unibus trap tests, break at 36170, which is the end of the test
|
||||||
|
jdp11 -l diag/ekbb.pt -g 200 -s 161 -b 36170
|
||||||
|
```
|
Reference in New Issue
Block a user