Google
 

Trailing-Edge - PDP-10 Archives - decuslib20-01 - decus/20-0003/pasprm.pas
There are 4 other files named pasprm.pas in the archive. Click here to see a list.
const
{The following are for hardware only, independent of operating system.
 For a KI-10, both are false}
klcpu=true;    {True for KL-10 or -20 CPU, any operating system}
kacpu=false;   {True for KA-10 CPU, any operating system}
{The following are for operating system, independent of hardware}
tops10=false;  {True for Tops-10, false for Tenex or Tops-20}
novm=false;    {True for operating system without V.M., i.e.
		Tops-10 on a KA-10 or a KI-10 that didn't buy 
		VMSER.  False for Tops-10 with VM, and Tenex 
		or Tops-20.}
paslib='PASLIB    ';
pasdev='SYS       ';
pasproj=0b;
pasprog=0B;
cixmax=40000
.