Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | More --enable-savestate doc improvements |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
59efb347f721cb18e95688e37835fb3c |
User & Date: | tangent 2019-05-15 18:34:27.688 |
Context
2019-05-15
| ||
18:35 | Grammar fix check-in: 0a67aee2f9 user: tangent tags: trunk | |
18:34 | More --enable-savestate doc improvements check-in: 59efb347f7 user: tangent tags: trunk | |
18:29 | Clarity tweak to the --enable-savestate doc check-in: 8a91c99445 user: tangent tags: trunk | |
Changes
Changes to README.md.
︙ | ︙ | |||
378 379 380 381 382 383 384 | disk file. Then on restart, that script will reload that saved state if it finds the saved state file. This is not identical to a KP8-I, in that it doesn’t require any user-written PDP-8 code to run, which is why it’s optional: it’s ahistoric with respect to the way the included OSes normally ran. | > | | < > | | 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 | disk file. Then on restart, that script will reload that saved state if it finds the saved state file. This is not identical to a KP8-I, in that it doesn’t require any user-written PDP-8 code to run, which is why it’s optional: it’s ahistoric with respect to the way the included OSes normally ran. In absence of a hardware option like the KP8-I, a more accurate simulation would only save the core memory state to a host-side disk file and reload it on simulator re-start. You can get that behavior atop the current mechanism by adding commands like the following to each bootscript you want to affect: EVAL HLT DEP L 0 DEP AC 0 DEP DF 0 DEP IF 0 DEP MQ 0 |
︙ | ︙ |