; ; allocate minumum FCS buffer space for FMS ; ; individual user programs may need more space; this is done by including ; in the user task a module like this one that calls the FSRSZ$ macro ; (see the I/O Operations Manual), or by putting an EXTSCT=$$FSR1:nnnn ; in the TKB command file (you must then calculate or guess the nnnn). ; any number of modules invoking FSRSZ$ may be included in a task - the ; size TKB allocates will be the largest one. ; .title FMSFSR FMSFSR==0 ;this global provides the hook by which the GBLINC in the ;FMS build file ensures this module is included in user task .mcall FSRSZ$ FSRSZ$ 1 .end