;****************************** MODULE HEADER ********************************;
;*                                                                           *;
;* FILE: SystemMgrMsg.mtxt                                                   *;
;*                                                                           *;
;* MACHINE: B20         MESSAGE FILE          OS: BTOS                       *;
;*                                                                           *;
;* DESCRIPTION:  System Manager text and configuration strings.              *;
;*                                                                           *;
;* HISTORY:                                                                  *;
;*                                                                           *;
;* MMDDYY VVVVMM PROGRAMMER    DESCRIPTION OF CHANGE (Most recent first) *;
;*                                                                           *;
;* 101689 11.5    B. Andrews    Changed RODA to CDROM, created a null    *;
;*                                module icon.                              *;
;* 091389 120C08 T. Ball       Added Floppy device type                  *;
;* 090689 120C07 T. Ball       Corrected id 144 to K4 keyboard           *;
;* 090589 120C06 T. Ball       Added K2 and K3 keyboards                 *;
;* 082989 120C05 T. Ball       Merged below changes, removed XE stat msgs*;
;* 081789 120C04 N. Vazarkar   Checked the modules described here against*;
;*                                 moduleid document from Flemington (3751  *;
;*                                 4445 Rev E (Oct 11, 1988).  Added missing *;
;*                                 modules.  Corrected some problems with    *;
;*                                 icons for some modules.  Too many changes *;
;*                                 to describe in the header.                *;
;*                                 Questions marked with Check.            *;
;* 082889 120C03 P. Campbell   Master > Server, Server > Service       *;
;* 081789 120C02 T. Ball       Added Token Ring, EnetLan modules         *;
;* 071789 120C01 T. Ball       Added CantAccessMsg, fixed merge mess     *;
;*                                                                           *;
;* TITLE:  BTOS SYSTEM SOFTWARE                                              *;
;*                                                                           *;
;*            PROPRIETARY PROGRAM MATERIAL                                   *;
;*                                                                           *;
;* THIS MATERIAL IS PROPRIETARY TO UNISYS CORPORATION AND IS NOT TO BE       *;
;* REPRODUCED, USED OR DISCLOSED EXCEPT IN ACCORDANCE WITH PROGRAM LICENSE   *;
;* OR UPON WRITTEN AUTHORIZATION OF THE PATENT DIVISION OF UNISYS            *;
;* CORPORATION, DETROIT, MICHIGAN 48232, USA.                                *;
;*                                                                           *;
;*                                                                           *;
;* COPYRIGHT (C) 1980, 1989 CONVERGENT INCORPORATED. ALL RIGHTS RESERVED     *;
;* COPYRIGHT (C) 1980, 1989 UNISYS CORPORATION. ALL RIGHTS RESERVED          *;
;* ************************************************************************* *;
;*                                                                           *;
;* UNISYS BELIEVES THAT THE SOFTWARE FURNISHED HEREWITH IS ACCURATE AND      *;
;* RELIABLE, AND MUCH CARE HAS BEEN TAKEN IN ITS PREPARATION.  HOWEVER,      *;
;* NO RESPONSIBILITY, FINANCIAL OR OTHERWISE, CAN BE ACCEPTED FOR ANY        *;
;* CONSEQUENCES ARISING OUT OF THE USE OF THIS MATERIAL, INCLUDING LOSS OF   *;
;* PROFIT, INDIRECT, SPECIAL, OR CONSEQUENTIAL DAMAGES, THERE ARE NO         *;
;* WARRANTIES WHICH EXTEND BEYOND THE PROGRAM SPECIFICATION.                 *;
;*                                                                           *;
;* THE CUSTOMER SHOULD EXERCISE CARE TO ASSURE THAT USE OF THE SOFTWARE      *;
;* WILL BE IN FULL COMPLIANCE WITH LAWS, RULES AND REGULATIONS OF THE        *;
;* JURISDICTIONS WITH RESPECT TO WHICH IT IS USED.                           *;
;*                                                                           *;
;*                                                                           *;
;*************************** END OF MODULE HEADER ****************************;

This file is SystemMgrMsg.txt.  It is used by DisplayConfig.run and
SystemMgr.run to create a mapping for each possible module id to label, a Module Icon Id, and a module type.  Each line has the following syntax

<colon>ModuleId<colon>   ModuleLabel;IConId;DeviceType

(note  the module id is in decimal, not hex)

Device types and their corresponding function key sets are as follows

	N	NGEN Processor				NgenProcSet
	S	SRP Processor				SrpProcSet
	D	Disk						DiskSet
	F	Floppy Disk					FloppySet
	V	Video						VideoSet
	M	Mouse						MouseSet
	K	Keyboard					KeyboardSet
	E	ENet						EthernetSet
	P	Phone						PhoneSet
	T	Tape  QIC and 12		TapeSet
	X	XC002 and IDS				XC002Set
	C	PC Emulator					PcEmulatorSet
	R	Token Ring Lan (TR2)		TokenRingSet
	L	Ethernet Lan (EN3)			EthernetLanMgrSet
	O	Other

As an example, the first line maps ModuleId 0 to the string Dual Floppy, uses 
IConId 1, and is a disktype.  The ICons are shown below.  If the label is 
longer than the ICon, the label will be truncated.  If a module has more than
one device type, the type of the first device is shown.  A 286i, for example,
has one processor device and two disk devices, so the 286i type is a processor.

Also, there are a number of strings of text which may need to translated.

*****************************************
Note 
	As of 11.3 DisplayConfig.run there is a new table for IBus modules.
	To add an IBus module, take the module ID and add 256  see below
*****************************************

:0:		Dual Floppy;1;F
:1:		8Mhz186 CPU;9;N
:2:		  Video  ;11;V
:3:		6Mhz186 CPU;9;N
:4:		   Keyboard   ;12;K
 5		8Mhz 8086 CPU (no longer supported)
 6		multibus (not a product)
:7:		8Mhz286 CPU;9;N
:8:		Mse;13;M
:9:		       CWS       ;15;N
:10:	16MHz386CPU;9;N
:11:	 Series 286i       ;10;N
:12:	Mse;13;M
:13:	;37;O
:14:	  Video  ;11;V
:15:	 Series 386i       ;10;N
:16:	 WinFloppy;2;D
:17:	 Winchester;3;D
 18		Reserved
 19		Reserved
:20:	 WinFloppyWin;4;D
:21:	Dual Winchester;5;D
:22:	  WinFloppyWin   ;6;D
:23:	  Dual Winchester  ;7;D
Check Following two added.
:24:	 SCSI WinFlWin   ;6;D
:25:	 SCSI WinExpansion;7;D
:32:	SCSI WinFl;2;D
:33:	 SCSI Win  ;3;D

:47:	PC001;8;C
:48:	Alt. Keyboard ;12;K
:49:	Tape Backup;14;T
:50:	Phone;8;P
:51:	Phone;8;P
:52:	Enet ;8;E
:53:	Enet ;8;E
:54:	 DCX;8;E
:55:	PortX;8;X
:56:	GC001;8;V
:57:	GC001;8;V
:58:	  Video  ;11;V
:59:	  Video  ;11;V
:60:	GC003;8;V
 61		Reserved for video
:62:	GC003;8;V
:63:	GC003;8;V
:64:	GC001;8;V
:65:	GC002;8;V
Check Icon and type for the following two modules
 66		BX004 Lunch Box slot 0 RTCEEPROM
 67		XC021  European Communication Module
:68:	GC102;8;V
Check Icon and type for the following two modules.
 69		VP003  International Voice Processor
 70		VP102  One line Voice Processor
 71		unassigned
:72:	EG001;8;V
:73:	EG001;8;V
:74:	EG001;8;V
:75:	EG001;8;V
:80:	GC004;8;V
:81:	GC004;8;V
:82:	GC004;8;V
:83:	GC004;8;V
:84:	GC004;8;V
:85:	GC004;8;V
:86:	GC004;8;V
:87:	GC004;8;V
:88:	GC004;8;V
:89:	GC004;8;V
:90:	GC004;8;V
:91:	GC004;8;V
:92:	GC004;8;V
:93:	GC004;8;V
:94:	GC004;8;V
:95:	GC004;8;V
(Is the following supported. Icon 34 added for this type. Check)
:128:	Floppy;35;F
 129	Swiss Bank Mag Card Reader (IBus Id 385)
 130	Hardware identifier (IBus Id 386)
:132:	Tape Backup;14;T
:137:	 Winchester;3;D
:138:	 Winchester;2;D
:143:	 AG2;8;V
:144:	 K4 Keyboard;12;K
 145	Villers Mag Card Reader M1 (IBus Id 401)
 146	Villers Mag Card Reader M2 (IBus Id 402)
Moduleid 147 has the following two definitions.  Which one to use. Check
 147	Reserved for hardwareid
 147	Villers PIN keypad 
 149	Track control processor by Livingston (what icon  type Check)
 150	NV RAM card by Livingston (what icon and type Check)
 151	NPI SCSI controller (used only in Olympia (FIS) environment)
Following added for 48 TPI dual floppy drive. Check
:152:	Dual Floppy;1;F
 155	20 MB removable cartridge + floppy by NPI (Olympia only)
:169:	 WinWin   ;7;D
:170:	 WinFlWin;6;D
 171	Villers Cluster Comm controller (what icon and type Check)
:176:	 DAI;17;O
:183:	 DCX;8;E
 189	Defence Data Network (what icon and type Check)
:191:	 PEM;8;E
:192:	 TEM;8;E
:193:	Phone;8;P
:195:	  EN3;33;L
:196:	  TR2;33;R
:197:	  ID2;33;X
 198	AB Network attachment module (what icon and type Check)
:199:	386 IDS;33;X

*****************************************************************************

The following range is for customer supplied modules

*****************************************************************************

*****************************************************************************

The following modules are to be found on the IBus (the input or keyboard
bus).  The number below is derived by taking the real module id and adding
256.  For example, the module for the CT standard keyboard is 4, add 256 and
you get 260.  If this value is not found (as in an old value of 
DisplayConfigMsg.txt, DisplayConfig will use the original value e.g. 4.

*****************************************************************************

:258:	  Video  ;11;V
:260:	   Keyboard   ;12;K
:264:	Mse;13;M
:270:	  Video  ;11;V
:304:	Alt. Keyboard ;12;K
:314:	  Video  ;11;V
:315:	  Video  ;11;V
:385:	CER269;34;O
 386	B25HIA ;13;O, Hardwareid (What ICon and type to use Check
:399:	AG2;8;V
Following added (moduleid 144 on IBus) Check
:400:	 K4 Keyboard;12;K
Check following two added for Villers Mag Card Reader.
:401:	EF4551;34;O
:402:	EF4552;34;O
:458:	 K2 Keyboard;12;K
:459:	 K2 Keyboard;12;K
:465:	 K2 Keyboard;12;K
:466:	 K2 Keyboard;12;K
:471:	 K3 Keyboard;12;K
:472:	 K3 Keyboard;12;K
:473:	 K3 Keyboard;12;K
:474:	 K3 Keyboard;12;K
:475:	 K3 Keyboard;12;K
:476:	 K3 Keyboard;12;K
:477:	 K3 Keyboard;12;K
:478:	Mse;13;M
:480:	 K3 Keyboard;12;K
:481:	 K3 Keyboard;12;K
:482:	 K3 Keyboard;12;K
:483:	 K3 Keyboard;12;K
:484:	 K3 Keyboard;12;K
:485:	 K3 Keyboard;12;K
:486:	 K3 Keyboard;12;K
:487:	 K3 Keyboard;12;K
:488:	 K3 Keyboard;12;K
:489:	 K3 Keyboard;12;K
:490:	 K3 Keyboard;12;K
:491:	 K2 Keyboard;12;K
:492:	 K3 Keyboard;12;K
:493:	 K3 Keyboard;12;K
:494:	 K2 Keyboard;12;K
:495:	 K3 Keyboard;12;K
:496:	 K2 Keyboard;12;K
:497:	 K2 Keyboard;12;K
:498:	 K2 Keyboard;12;K
:499:	 K2 Keyboard;12;K
:500:	 K2 Keyboard;12;K
:501:	 K2 Keyboard;12;K
:502:	 K2 Keyboard;12;K
:503:	 K2 Keyboard;12;K
:504:	 K2 Keyboard;12;K
:505:	 K2 Keyboard;12;K
:506:	 K3 Keyboard;12;K
:507:	 K2 Keyboard;12;K
:508:	 K2 Keyboard;12;K
:509:	 K2 Keyboard;12;K
:511:	K2K2I   KBD  ;12;K


*****************************************************************************

The following are SCSI modules.  Since each SCSI module does not have a
unique identifier, you must choose an icon to represent the entire class
of modules

*****************************************************************************
:512:	SCSI Disk;3;D  Direct access device, e.g., Disk
:513:	SCSI Tape;14;T  Sequential access device, e.g., Tape
:514:	SCSI Printer;20;O   Printer device
:515:	SCSI Proc;3;N  Processor device
:516:	SCSI WORM;3;O  Write once read many device
:517:	SCSI CDROM;3;O  Read only direct access device

*****************************************************************************

SRP Icons

*****************************************************************************

:899:	CABINET ;29;O
:900:	FP;21;S
:901:	TP;21;S
:902:	CP;21;S
:903:	SP;21;S
:904:	DP;23;S
:905:	RP;21;S
:906:	GP;21;S
:907:	GP;21;S
:908:	GP;21;S
:909:	AP;21;S
:910:	AP;21;S

:920:	ME;22;O
:921:	QIC Tape;24;T
:922:	Drive 0;25;D
:923:	Drive 1;26;D
:924:	Drive 2;27;D
:925:	Drive 3;28;D
:926:	SMD Drive;30;D
:927:	|12 Tape;31;T|
:928:	MB;32;S

*****************************************************************************

B27 Dual Floppy Icon  needed because it shares the name XBus ID with NGEN
                        dual floppy, but looks completely different.

*****************************************************************************

:999:	B27 Dual Floppy;36;F



*****************************************************************************
**************  Note the following strings for translation *******************
******************************************************************************

:1000:	  ?    ; Heading for the mystery module
:1001:	The existing hardware configuration is pictured below:
:1002:	Press FINISH to exit.
:1003:	, math coprocessor present.
:1004:	Booted from server as WS0N
:1005:	0NK  ; Memory size
:1006:	No status available for this module.
:1007:	Error reading SystemMgrConfig.sys: '0S', erc 1N.
:1008:	erc 0N
:1009:	Command canceled

:1500:  Scanning server hardware ...
:1501:	Hit GO to continue ...

The following are function key labels, and are seven characters long
:1600:	 Local 
:1601:	Remote 

:2001:	Multibus Adapter
:2002:	Memory free: 0NK
:2003:	(Not booted)
:2004:	Free space: 0S Meg
:2005:	(Not mounted)

:9000:	 You have mail 
:9001:	  Urgent mail  
:9002:	 Calls 
:9003:	CLUSTER NOT RUNNING
:9004:	CLUSTER GOING DOWN:  

:9999:  System Manager

The following are system manager configuration file error messages
:20000: Invalid field name: 0S
:20001: No sets have been defined: 0S
:20002: Invalid function key specified: 0S
:20003: Function key not defined: 0S
:20004: Value neither yes nor no: 0S


Partition Status Messages

:35100: Partition         Total  Size  Used          Run file executing                 
:35101: Details  Map                                                     Update
:35102:                                                                  Update
:35103: Memory Maps    Free()  Code()  Code Swapped()  Data()  Data Swapped()
:35104:  Home                                                            Update
:35105:  Home    Map                                               Next  Update
:35106: Allocated
:35107: System
:35108: Partition:
:35109: Run file
:35110: Exit run file
:35111: User number
:35112: Partition type
:35113: Partition size
:35114: Memory:
:35115:   Long lived
:35116:   Short lived
:35117:   Code
:35118:   Available
:35119:   U Structure
:35120:   LDT
:35121: Context status
:35122: Sharing code
:35123: Resources used
:35124: Outstanding Rqs
:35125: Last erc
:35126: Mode
:35127: Total
:35128: Total:
:35129: System Service?
:35130: More  Use SCROLL keys to continue
:35131: Overlays?
:35132: This version of Partition Status does not match the OS
:35133: Partition Status does not function on a Single Partition type OS
:35134: Resident
:35135: Swapped
:35136: , serving requests
:35137: , swap disabled
:35138: , locked in
:35139: CommA
:35140: CommB
:35141: LPT
:35142: Timer
:35143: , 
:35144: 
:35145: (not available)
:35146:  (swapped out)
:35147: flexible
:35148: fixed
:35149: batch
:35150:  ( users)
:35151: Real
:35152: Distrix
:35153: Pmos
:35154: Protected
:35155: Protected (GDT)
:35156: Yes
:35157: No
:35158: Partition Status
:35159: Available:
:35161:   saLowBound
:35162:   saMinLL
:35163:   saCurLL
:35164:   saCurSL
:35165:   saMaxSL
:35166:   saHighBound
:35167: , vacant
:35168: , locked

;Video Status msgs
:36000: Video
:36001: Video type
:36002: Graphics type
:36003: Columns
:36004: Lines
:36005: Character height
:36006: Character width
:36007: Zoom?
:36008:   Columns
:36009:   Lines
:36010:   Character height
:36011:   Character width
:36012: Graphic planes
:36013: Number of colors
:36014: Background color
:36015: Number of frames
:36016: Character
:36017: Bitmap
:36018: None
:36019: Monochrome
:36020: Color
:36021: High resolution
:36022: Low resolution
:36023: Pixels

:37000: System Font


Here are the IconId's

; Mystery Module  displayed if any error
ICON Icon00 HEIGHT 7 WIDTH 5

   
   
   
   


;

; Dual Floppy
ICON Icon01 HEIGHT 7 WIDTH 11

     
 
 
     


;

; FloppyHard 
ICON Icon02 HEIGHT 7 WIDTH 11

      
    
    
      


;

; Hard disk
ICON Icon03 HEIGHT 7 WIDTH 11

        
        
        
        


;

; Hard disk+floppy with half width expansion
ICON Icon04 HEIGHT 7 WIDTH 15

         
       
       
         


;

; Hard disk upgrade with half width expansion
ICON Icon05 7 WIDTH 15

           
           
           
           


;

; Hard disk+floppy with full width expansion
ICON Icon06 HEIGHT 7 WIDTH 19

             
           
           
             


;

; Hard disk with full width expansion
ICON Icon07 HEIGHT 7 WIDTH 19

               
               
               
               


;

; Generic single slice  GC00x, TM00x, PC00x, XE00x
ICON Icon08 HEIGHT 7 WIDTH 5

   
   
   
   


;

; Processor module  CP00x
ICON Icon09 HEIGHT 7 WIDTH 11

      
       
       
       


;

; NewGen  Series x86i
ICON Icon10 HEIGHT 7 WIDTH 19

           
          
          
            


;

; Monitor
ICON Icon11 HEIGHT 7 WIDTH 9


     


  
  
;

; Keyboard
ICON Icon12 HEIGHT 7 WIDTH 14
              
              


      
    

;

; Mouse
ICON Icon13 HEIGHT 7 WIDTH 3
   
   
  
 

 

;

; Tape
ICON Icon14 HEIGHT 7 WIDTH 11

    
       
       
    


;

; CWS
ICON Icon15 HEIGHT 7 WIDTH 17







;

; BX004
ICON Icon16 HEIGHT 7 WIDTH 13

         
         
         
         


;

; DAI module
ICON Icon17 HEIGHT 7 WIDTH 3
   
   

 
|
 

;

; L B module
ICON Icon18 HEIGHT 7 WIDTH 6      
      
      
      



;

; PinPad module
ICON Icon19 HEIGHT 7 WIDTH 5
     
     





;

; Printer Device
ICON Icon20 HEIGHT 7 WIDTH 12

          
          
          
          


;

; SRP Processor
ICON Icon21 HEIGHT 7 WIDTH 3

 
 

 
 

;

; SRP Memory Expansion
ICON Icon22 HEIGHT 7 WIDTH 3

 
 

 
 

;

; SRP DP processor
ICON Icon23 HEIGHT 7 WIDTH 6

  
  

  
  

;

; Srp QIC Drive
ICON Icon24 HEIGHT 3 WIDTH 10

    

;

; Srp Drive Zero
ICON Icon26 HEIGHT 3 WIDTH 10

       

;

; Srp Drive One
ICON Icon25 HEIGHT 3 WIDTH 10

       

;

; Srp Drive Two
ICON Icon28 HEIGHT 3 WIDTH 10

       

;

; Srp Drive Three
ICON Icon27 HEIGHT 3 WIDTH 10

       

;

; Srp Cabinet
ICON Icon29 HEIGHT 13 WIDTH 20

                  
                  
                  

                  
                  
                  
                  
                  
                  
                  

;

; SMD Drive
ICON Icon30 HEIGHT 3 WIDTH 13
   
       
  
;

;  Tape Drive
ICON Icon31 HEIGHT 3 WIDTH 13
   
  O__O  
  
;

; Multibus Adapter
ICON Icon32 HEIGHT 7 WIDTH 3

o



o

;

; Unisys intelligent datacomm modules (Ethernet, Token Ring, IDS)
ICON Icon33 HEIGHT 7 WIDTH 8

     
     
     
     


;

; Mag Card Reader.
ICON Icon34 HEIGHT 7 WIDTH 6
      
      
     
    



;

; Single Floppy
ICON Icon35 HEIGHT 7 WIDTH 7

   
 
 
   


;
; B27 Dual Floppy
ICON Icon36 HEIGHT 7 WIDTH 17
                 
                 
                 
                 



;

; Null Module
ICON Icon37 Height 7 Width 0







;
 Lines
:36010:   Character height
:36011:   Character width
:36012: Graphic planes
:36013: Number of colors
:36014: