; ; FCPIDBLD.CMD ; ; Build entirely memory resident F11ACP (FCPID) for RSX11M/M+. ; This version does not have any overlays nor does it require ; special executive support such as memory management directives. ; ; Since this thing is over 8K words minimum it is not supported ; on unmapped system (obviously). ; ; ON AN RSX-11M-PLUS SYSTEM ; Created by SYSGEN3.CMD VERSION 1.82 ; ; Name - FCPID This is an I and D space file system! ; ; NOTE: ***** -- For V2.1 DEC has decided to update the task ident ; in this command file with an IDENT=05.00. This is ; the ident that should be modified in future modifications. ; ;SY:[1,54]FCPID/-IP/AC/MM/CP/-FP/MU/PM/ID,SY:[1,34]FCPID/-SP/MA/CR= SY:[1,54]FCPID/-IP/AC/MM/CP/-FP/PM/ID,SY:[1,34]FCPID/-SP/MA/CR= ; [1,24]FCP/LB:F11ACP:F11CM:F11BUF:SMCOM:DISPAT:DIRBUF:FIOSUB [1,24]FCP/LB:ARWVB:INIT:MXQIO:SMRVB [1,24]FCP/LB:ALLOC:BLXIO:CKSUM:CLACC:CLDAC:GTFID [1,24]FCP/LB:ATCTL:CRFID:DATIM:RATCM:RWATT:WATCM [1,24]FCP/LB:CLATT:CLCRE:CLDEL:CLDIR:GTMAP [1,24]FCP/LB:CLEXT:DARITH:DLBLK:DLHDR:DRGET:DELCK [1,24]FCP/LB:INFCB:MPHDR:MPVBN:NXHDR:PROCK:RDHDR:RLEAS [1,24]FCP/LB:RLFCB:RW1LB:SCFAC:SCFCB:WITRN:WRHDR:WTRN1 [1,24]FCP/LB:DRINI:DRPAC:DRSEF:DRVLB:DRWRT:DWPND:FDRMV [1,24]FCP/LB:LOCAT:MATNAM:SMALC:SMDEL:SMNXB:WACCK [1,24]FCP/LB:CRFIL:DLMRK:DLFIL:TRUNC:ACCESS:DEACC [1,24]FCP/LB:CLNUP:CLFCB:CLCOM:EXTEN:EXINI:EXCOM:EXCMP [1,24]FCP/LB:IXEXT:EXTHD:RDATT:WRATT:RWVB:RWVBL [1,24]FCP/LB:FNDNM:DREX:RMVNM:ENTNM:DRACC:INWIN [1,24]FCP/LB:DREXT:DRALC:DRCPY:DREOF:DMOUNT [1,24]FCP/LB:CNTRL:MOUNT:MOUNT0:MOUNT1:MOUNT2 [1,24]FCP/LB:CDTTA:CATDT:MONTB:DIVD:DIVQ LB:[1,1]EXELIB/LB SY:[1,54]RSX11M.STB/SS / ; TASK=F11ACP STACK=50 UNITS=1 UIC=[1,1] PRI=149 PAR=GEN:0:0 IDENT=C05.00 TSKV=.SSTVC:7 ; ; =================================================== ; NOTE BENE ; PSECTs below $$BUF3 must map completely below 160000 ; ; =================================================== ; Allocate a separate buffer for index file bitmap. ; ; If you've memory to burn, enable the EXTSCT=$$BUF0:1006. ; EXTSCT=$$BUF0:1006 ; ; Allocate a separate buffer for file headers. ; ; Always enable the EXTSCT=$$BUF1:1006 if possible. ; EXTSCT=$$BUF1:1006 ; ; Allocate private FCB pool space. ; ; The value of the EXTSCT determine the size of the ; internal FCB pool which doesn't help performance ; but cuts down on the use of system pool. The optimum ; size is the size of an FCB (about 54(8)) times the ; number of files open plus preaccessed directories (LRU). ; ;EXTSCT=$$AFR1:3300 EXTSCT=$$AFR1:25000 ; ; Extend the directory buffer. ; ; The EXTSCT=$$BUF3 determines the number of additional ; blocks of directory buffer to allocate. Determine the ; size of the most frequently used directories and then ; extend $$BUF3 by that value minus one times the block ; size (1000(8)). ; ;EXTSCT=$$BUF3:2000 EXTSCT=$$BUF3:24000 ; /