/* BEGIN INCLUDE FILE ... config_deck_cards_.incl.pl1 */ /****^ HISTORY COMMENTS: 1) change(85-09-09,Farley), approve(85-09-09,MCR6979), audit(86-01-17,CLJones), install(86-03-21,MR12.0-1033): Add Fips card. 2) change(86-01-07,Fawcett), approve(86-05-13,MCR7383), audit(86-05-14,LJAdams), install(86-07-18,MR12.0-1098): Change the part and root cards -drive from OCTAL to STRING for subvolume support. END HISTORY COMMENTS */ /* Written August of 1984 by Allen Ball. */ /* Modified Feb 15, 185 by Fawcett to add Fips card */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ /* */ /* Note: Whenever a card is added or deleted from this include file the dimension of */ /* the array must be adjusted accordingly. */ /* */ /* If a field is to be empty then put "emp" in that field. Un filled fields are */ /* assumed to be empty. If there is no subname on the card then "emp" must */ /* appear in that field. */ /* */ /* If there is a repeating group of fields on the card then these fields MUST */ /* appear last on the card and they MUST appear like: */ /* */ /* root emp repeat 7 -subsys STRING -drive STRING */ /* */ /* and NOT: */ /* */ /* root emp -subsys STRING -drive STRING -subsys STRING -drive STRING ... */ /* */ /* CHAR means a field of one ascii character. */ /* DECIMAL means a decimal number will be in that field. */ /* OCTAL means a octal nuber will be in that field. */ /* STRING means a 4 character ascii string will go in that field. */ /* */ /* */ /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ dcl config_deck_cards (25) char (210) init ( "chnl emp minimum 4 -subsys STRING repeat 4 -iom CHAR -chn OCTAL -nchan OCTAL", "clok emp minimum 2 -delta OCTAL -zone STRING -boot_delta OCTAL", "cpu emp minimum 5 -tag CHAR -port OCTAL -state STRING -type STRING -model OCTAL -cache OCTAL -exp_port CHAR", "prph fnp minimum 5 -device STRING -iom CHAR -chn OCTAL -model DECIMAL -state STRING", "ipc emp minimum 4 -type STRING -iom CHAR -chn OCTAL -nchan OCTAL", "iom emp minimum 4 -tag CHAR -port OCTAL -model STRING -state STRING", "mem emp minimum 3 -port CHAR -size OCTAL -state STRING", "mpc emp minimum 5 -ctlr STRING -model OCTAL repeat 4 -iom CHAR -chn OCTAL -nchan OCTAL", "parm emp", "part emp minimum 3 -part STRING -subsys STRING -drive STRING -real_name STRING", "prph ccu minimum 4 -device STRING -iom CHAR -chn OCTAL -model OCTAL", "prph dsk minimum 6 -subsys STRING -iom CHAR -chn OCTAL -nchan OCTAL repeat 5 -model OCTAL -number OCTAL", "prph opc minimum 6 -device STRING -iom CHAR -chn OCTAL -model OCTAL -ll OCTAL -state STRING -option STRING", "prph prt minimum 5 -device STRING -iom CHAR -chn OCTAL -model OCTAL -train OCTAL -ll OCTAL", "prph pun minimum 4 -device STRING -iom CHAR -chn OCTAL -model OCTAL", "prph rdr minimum 4 -device STRING -iom CHAR -chn OCTAL -model OCTAL", "prph tap minimum 6 -subsys STRING -iom CHAR -chn OCTAL -nchan OCTAL repeat 5 -model OCTAL -number OCTAL", "root emp minimum 2 repeat 7 -subsys STRING -drive STRING", "salv emp", "schd emp minimum 4 -wsf OCTAL -tefirst OCTAL -telast OCTAL -timax OCTAL -mine OCTAL -maxe OCTAL -maxmaxe OCTAL", "sst emp minimum 4 -4k OCTAL -16k OCTAL -64k OCTAL -256k OCTAL", "tbls emp minimum 2", "tcd emp minimum 2 -apt OCTAL -itt OCTAL", "udsk emp minimum 2 -subsys STRING -nchan OCTAL repeat 6 -drive OCTAL -number OCTAL", "USER emp"); /* END INCLUDE FILE ... config_deck_cards_.incl.pl1 */ */ ----------------------------------------------------------- Historical Background This edition of the Multics software materials and documentation is provided and donated to Massachusetts Institute of Technology by Group Bull including Bull HN Information Systems Inc. as a contribution to computer science knowledge. This donation is made also to give evidence of the common contributions of Massachusetts Institute of Technology, Bell Laboratories, General Electric, Honeywell Information Systems Inc., Honeywell Bull Inc., Groupe Bull and Bull HN Information Systems Inc. to the development of this operating system. Multics development was initiated by Massachusetts Institute of Technology Project MAC (1963-1970), renamed the MIT Laboratory for Computer Science and Artificial Intelligence in the mid 1970s, under the leadership of Professor Fernando Jose Corbato. Users consider that Multics provided the best software architecture for managing computer hardware properly and for executing programs. Many subsequent operating systems incorporated Multics principles. Multics was distributed in 1975 to 2000 by Group Bull in Europe , and in the U.S. by Bull HN Information Systems Inc., as successor in interest by change in name only to Honeywell Bull Inc. and Honeywell Information Systems Inc. . ----------------------------------------------------------- Permission to use, copy, modify, and distribute these programs and their documentation for any purpose and without fee is hereby granted,provided that the below copyright notice and historical background appear in all copies and that both the copyright notice and historical background and this permission notice appear in supporting documentation, and that the names of MIT, HIS, Bull or Bull HN not be used in advertising or publicity pertaining to distribution of the programs without specific prior written permission. Copyright 1972 by Massachusetts Institute of Technology and Honeywell Information Systems Inc. Copyright 2006 by Bull HN Information Systems Inc. Copyright 2006 by Bull SAS All Rights Reserved */