home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / utilities / utilsa / 486update / !PCconfig / ConfData < prev    next >
Encoding:
Text File  |  1995-07-28  |  5.6 KB  |  286 lines

  1. item "HD0"
  2.     title "Hard disc 0"
  3.     union
  4.     {
  5.       item "File"
  6.       {  
  7.         struct
  8.         {
  9.            item "Name"
  10.            {
  11.              title "File name"
  12.              file { drag-in }
  13.            }
  14.            item "Create"
  15.            {
  16.              title "New partition file..."
  17.              action { "<PCConfig$Dir>.!PCFormat.!Run %HD0-file-name%" }
  18.            }
  19.         }
  20.       }
  21.       item "SCSI"
  22.       {        
  23.         title "SCSI device"
  24.         struct 
  25.         {
  26.           item "ID"
  27.           {
  28.             title "SCSI device ID"
  29.             int { 0 6 }
  30.           }
  31.           item "Sects"
  32.           {
  33.             title "#Override no of sects"
  34.             int { 1 63 }
  35.           }
  36.           item "Heads"
  37.           {
  38.             title "#Override no of heads"
  39.             int { 1 255 }
  40.           }
  41.         }
  42.       }
  43.     }
  44. }
  45.  
  46. item "HD1"
  47.     title "Hard disc 1"
  48.     union
  49.     {
  50.       item "File"
  51.       {  
  52.         struct
  53.         {
  54.            item "Name"
  55.            {
  56.              title "File name"
  57.              file { drag-in }
  58.            }
  59.            item "Create"
  60.            {
  61.              title "New partition file..."
  62.              action { "<PCConfig$Dir>.!PCFormat.!Run %HD1-file-name%" }
  63.            }
  64.         }
  65.       }  
  66.       item "SCSI"
  67.       {        
  68.         title "SCSI device"
  69.         struct 
  70.         {
  71.           item "ID"
  72.           {
  73.             title "SCSI device ID"
  74.             int { 0 6 }
  75.           }
  76.           item "Sects"
  77.           {
  78.             title "#Override no of sects"
  79.             int { 1 63 }
  80.           }
  81.           item "Heads"
  82.           {
  83.             title "#Override no of heads"
  84.             int { 1 255 }
  85.           }
  86.         }
  87.       }
  88.     }
  89. }
  90.  
  91. item "Floppy0"
  92. {
  93.   title "#Floppy drive 0 size"
  94.   radio
  95.   {
  96.     { "Use Default"  "0"    }
  97.     { "360K"         "360"  }
  98.     { "720K"         "720"  }
  99.     { "1.2M"         "1200" }
  100.     { "1.44M"        "1440" }
  101.   }
  102. }
  103.  
  104. item "AutoStart"
  105. {
  106.     title "Start-up to..."
  107.     help  "Allows PC to start up automatically when loaded"
  108.     radio
  109.     {
  110.       { "Window"      "2" }
  111.       { "Full-screen" "1" }
  112.       { "Icon bar"    "0" }
  113.     }
  114. }
  115.  
  116. item "SuspendOption"
  117. {
  118.     title "#Full-screen to Window switching control"
  119.     help "PC to RISC OS switch: 3 is default,1 is keyboard only, 0 allows no return"
  120.     radio
  121.     {
  122.        { "No return to RISC OS"   "0" }
  123.        { "Middle Mouse only"      "1" }
  124.        { "Alt-break only"         "2" }
  125.        { "Normal - either"        "3" }
  126.     }    
  127. }
  128.  
  129. item "UseWindowFE"
  130. {
  131.     title "#Allow desktop operation"
  132.     help "Allows multi-tasking operation, as well as single-tasking operation"
  133.     bool
  134. }
  135.  
  136. item "ScaleToFit"
  137. {
  138.     title "#Shrink PC window to fit screen"
  139.     help  "Allows you to view the whole PC screen when multi-tasking at the expense of some clarity"
  140.     bool
  141. }
  142.  
  143. item "VGAAttached"
  144. {
  145.     title "#Enable VGA mode support"
  146.     help "This should be on if you have a monitor capable of displaying VGA (RISC OS mode 27)"
  147.     bool
  148. }
  149.  
  150. item "InitInMono"
  151. {
  152.     title "#Initialise in monochrome"
  153.     help "Only necessary for applications which won't run in colour"
  154.     bool
  155. }
  156.  
  157.  
  158. item "UseLoResText"
  159. {
  160.     title "#Use small font for text modes"
  161.     help "Uses an 'economy' 10-line font to allow full-screen operation on type-0 monitors"
  162.     bool
  163. }
  164.  
  165.  
  166. item "RISCOSPrinter"
  167. {
  168.     title "Use RISC OS printer stream"
  169.     help "Defines which DOS port is redirected to the Archimedes port"
  170.     radio
  171.     {
  172.         { "LPT2"   "2"     }
  173.         { "LPT1"   "1"     }
  174.         { "Off"    "0"     }
  175.     }
  176. }
  177.  
  178. item "DirectSerial"
  179. {
  180.     title "Direct Serial port support"
  181.     help "Use Risc PC serial port for PC 486 card" 
  182.     bool
  183. }
  184.  
  185. item "DirectParallel"
  186. {
  187.     title "Direct Parallel port support"             
  188.     help "Use Risc PC parallel port for PC 486 card"
  189.     bool
  190. }
  191.  
  192. item "Trace"
  193. {
  194.     title "#Generate debug messages"
  195.     help "Turns on debugging messages to be sent to output stream"
  196.     bool
  197. }
  198.  
  199. item "BusMouse"
  200. {
  201.     title "#Enable bus mouse emulation"
  202.     help "Needs to be on to use Risc PC mouse as DOS mouse" 
  203.     bool
  204. }
  205.  
  206. item "BusMouseInt"
  207. {
  208.     title "#Interrupt number for bus mouse"
  209.     help "Specifies interrupt number that mouse driver uses - usually 3"
  210.     int { 0 15 }
  211. }                
  212.  
  213. item "NE2000Int"
  214. {
  215.     title "#Interrupt number for NE2000 card"
  216.     help "Interrupt number to be used for NE2000 network interface"
  217.     int { 0 15 }
  218. }
  219.  
  220. item "RetraceEmulation"
  221. {
  222.    title "#Video retrace emulation"
  223.    help "Normal (0) is compatible, Fast (1 or 2) may be faster for some software"
  224.    radio
  225.    {
  226.       { "Fast B"  "2" }
  227.       { "Fast A"  "1" }
  228.       { "Normal"  "0" }
  229.    }
  230. }
  231.  
  232. item "FloppyBoot"
  233. {
  234.     title "Enable boot from floppy"
  235.     help "If on then DOS attempts to boot from floppy before hard drive"
  236.     bool
  237. }
  238.  
  239. item "WinDrvMode"
  240. {
  241.     title "Screen mode for Windows"
  242.     help "RISC OS screen mode number or descriptor to be used by Windows driver"
  243.     string {20}
  244. }
  245.  
  246. item "VideoRAM"
  247. {
  248.     title "Memory to use for video (KB)"
  249.     help "Video memory - 25% more than needed to store mode is recommended"
  250.     int { 256 2048 }
  251. }
  252.  
  253. item "PCRAM"
  254. {
  255.     title "PC memory size (MB)"
  256.     help "Approximate size of RAM available to PC 486 card"
  257.     int { 1 32 }
  258. }
  259.  
  260. item "L1Cache"
  261. {
  262.     title "#Internal cache options"
  263.     help "Internal Cache settings: 0 - off, 1 - write-through, 2 - write-back"
  264.     radio
  265.     {
  266.       { "No cache"                 "0" }
  267.       { "Write through cache"      "1" }
  268.       { "Write back cache"         "2" }
  269.      }
  270. }
  271.  
  272. item "L2Cache"
  273. {
  274.     title "#External cache options"
  275.     help "External Cache settings: 0 - off, 1 - write-through, 2 - write-back"
  276.     radio
  277.     {
  278.       { "No cache"                 "0" }
  279.       { "Write through cache"      "1" }
  280.       { "Write back cache"         "2" }
  281.      }
  282. }
  283.  
  284.