mirror of
https://github.com/pkoning2/decstuff.git
synced 2026-01-13 15:27:12 +00:00
Fix syntax error in patch file comments.
Add kdj11e.cmd -- patch to correct clock speed autoconfiguration for KDJ11-E (11/94) system, at least on SIMH.
This commit is contained in:
parent
cbfc413c22
commit
9ed34518e7
@ -1,7 +1,7 @@
|
|||||||
; Fix DMC startup problem (buffers assigned before startup done)
|
! Fix DMC startup problem (buffers assigned before startup done)
|
||||||
; in RSTS 9.2. (This bug was fixed in RSTS 9.3.)
|
! in RSTS 9.2. (This bug was fixed in RSTS 9.3.)
|
||||||
;
|
!
|
||||||
; This is a Monitor patch
|
! This is a Monitor patch
|
||||||
File to patch? <LF>
|
File to patch? <LF>
|
||||||
Module name? XVR
|
Module name? XVR
|
||||||
Base address? XMDVRM
|
Base address? XMDVRM
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
; Patch to fix incorrect display of DMR line card configuration
|
! Patch to fix incorrect display of DMR line card configuration
|
||||||
; in HARDWARE LIST option.
|
! in HARDWARE LIST option.
|
||||||
;
|
!
|
||||||
; This patch is for RSTS 10.1.
|
! This patch is for RSTS 10.1.
|
||||||
;
|
!
|
||||||
; Paul Koning, 19-Aug-2016
|
! Paul Koning, 19-Aug-2016
|
||||||
;
|
!
|
||||||
File to patch? INIT.SYS
|
File to patch? INIT.SYS
|
||||||
Base address? HAR
|
Base address? HAR
|
||||||
Offset address? 6166
|
Offset address? 6166
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
; Fix invalid address in point to point hello messages introduced
|
! Fix invalid address in point to point hello messages introduced
|
||||||
; in RSTS 9.6 (or possibly earlier), DECnet/E V4.x.
|
! in RSTS 9.6 (or possibly earlier), DECnet/E V4.x.
|
||||||
;
|
!
|
||||||
; This is a Monitor patch
|
! This is a Monitor patch
|
||||||
;
|
!
|
||||||
File to patch? <LF>
|
File to patch? <LF>
|
||||||
Enter the name of the module in the SIL to be patched: TRN
|
Enter the name of the module in the SIL to be patched: TRN
|
||||||
Base address? ROUDDC@OVR
|
Base address? ROUDDC@OVR
|
||||||
|
|||||||
25
patches/kdj11e.cmd
Normal file
25
patches/kdj11e.cmd
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
! Fix line frequency autoconfiguration on SIMH
|
||||||
|
! This corrects an unsigned arithmetic error that appears on SIMH
|
||||||
|
! due to its much higher instruction execution rate.
|
||||||
|
!
|
||||||
|
! This patch is for RSTS/E V10.1
|
||||||
|
!
|
||||||
|
! Paul Koning 14-Sep-20
|
||||||
|
!
|
||||||
|
File to patch? [0,1]INIT.SYS
|
||||||
|
Base address? SATBUF
|
||||||
|
Offset address? 3756
|
||||||
|
Base Offset Old New?
|
||||||
|
?????? 003756 072327 ? 4737
|
||||||
|
?????? 003760 177774 ? PATCH
|
||||||
|
?????? 003762 020403 ? ^Z
|
||||||
|
Offset address? ^Z
|
||||||
|
Base address? PATCH
|
||||||
|
Offset address? 0
|
||||||
|
Base Offset Old New?
|
||||||
|
?????? 000000 000000 ? CLC
|
||||||
|
?????? 000002 000000 ? ROR+3
|
||||||
|
?????? 000004 000000 ? 72327
|
||||||
|
?????? 000006 000000 ? -3
|
||||||
|
?????? 000010 000000 ? 207
|
||||||
|
?????? 000012 ?????? ? ^C
|
||||||
Loading…
x
Reference in New Issue
Block a user