mirror of
https://github.com/PDP-10/its.git
synced 2026-01-26 12:12:12 +00:00
Enable the ITS code for the Rubin 10-11 interface.
Without adding any application-specific PDP-11.
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
set console wru=034
|
set console wru=034
|
||||||
set cpu its
|
set cpu its
|
||||||
set cpu 512k
|
set cpu 1024k
|
||||||
set cpu mpx
|
set cpu mpx
|
||||||
|
set cpu ten11
|
||||||
set pd off
|
set pd off
|
||||||
at ptr bin/ka10/boot/dskdmp.rim
|
at ptr bin/ka10/boot/dskdmp.rim
|
||||||
set mta mpx=7
|
set mta mpx=7
|
||||||
|
|||||||
@@ -251,6 +251,9 @@ DEFOPT NOTYS==1 ;# KA-10 CONSOLE 0 TTYS
|
|||||||
DEFOPT NMTYS==0 ;# TTYS ON MORTON BOX
|
DEFOPT NMTYS==0 ;# TTYS ON MORTON BOX
|
||||||
DEFOPT NSTTYS==8 ;# STY'S (PSEUDO-TTY'S)
|
DEFOPT NSTTYS==8 ;# STY'S (PSEUDO-TTY'S)
|
||||||
|
|
||||||
|
DEFOPT TEN11P==1 ;Rubin 10-11 interface
|
||||||
|
IFDEF TEN11P,IFN TEN11P,DEFSYM T11CPA==3776000 ;ADRS OF TEN-11 CONTROL PAGE
|
||||||
|
|
||||||
DEFOPT TSYSM==512. ;TOTAL PDP10 1K MEM BLOCKS
|
DEFOPT TSYSM==512. ;TOTAL PDP10 1K MEM BLOCKS
|
||||||
DEFOPT NMMP==4 ;# EXEC PAGES FOR MMP TABLE (# VIR PGS/512.)
|
DEFOPT NMMP==4 ;# EXEC PAGES FOR MMP TABLE (# VIR PGS/512.)
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,9 @@
|
|||||||
set console wru=034
|
set console wru=034
|
||||||
set cpu its
|
set cpu its
|
||||||
set cpu 512k
|
set cpu 1024k
|
||||||
set cpu idle
|
set cpu idle
|
||||||
set cpu mpx
|
set cpu mpx
|
||||||
|
set cpu ten11
|
||||||
set pd off
|
set pd off
|
||||||
set dpy enabled
|
set dpy enabled
|
||||||
at ptr bin/ka10/boot/dskdmp.rim
|
at ptr bin/ka10/boot/dskdmp.rim
|
||||||
|
|||||||
Submodule tools/sims updated: bbe8a6252b...82181d1983
Reference in New Issue
Block a user