home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 33 VDrivers / 33-VDrivers.zip / ark.zip / PSARKA.DSP < prev    next >
Text File  |  1995-07-28  |  20KB  |  366 lines

  1. :TITLE
  2. ARK Logic OS/2 Warp
  3.  
  4. :KEY
  5. ARKOS2A
  6.  
  7. :FILES :MODE=PRIMARY
  8. SCREEN01.SY@    %BOOTDRIVE%:\OS2
  9. IBMARK32.DL@    %BOOTDRIVE%:\OS2\DLL
  10. BVHSVGA.DL@     %BOOTDRIVE%:\OS2\DLL
  11. VSVGA.SY@       %BOOTDRIVE%:\OS2\MDOS
  12. PSARK.DSC       %BOOTDRIVE%:\OS2\INSTALL
  13. ARKPMI.DL@      %BOOTDRIVE%:\OS2\DLL
  14. ARKINST.DLL     %BOOTDRIVE%:\OS2\DLL
  15. SVGA.EXE        %BOOTDRIVE%:\OS2
  16. *SVGADATA.PMI    %BOOTDRIVE%:\OS2
  17.  
  18. *:FILES :MODE=PRIMARY :MODE=DOS
  19.  
  20. :CONFIG :MODE=PRIMARY
  21. DEVINFO=SCR,VGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  22. SET VIDEO_DEVICES=VIO_SVGA
  23. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA)
  24.  
  25. :CONFIG :MODE=PRIMARY :MODE=BIDI
  26. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  27.  
  28. :CONFIG :MODE=PRIMARY :MODE=DOS
  29. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VSVGA.SYS
  30.  
  31. :DEL_CONFIG_LINE :MODE=PRIMARY
  32. SET VIO_%PRI% = DEVICE(BVH%PRI%,BDBVH)
  33. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A,BDBVH)
  34. SET VIO_CGA=DEVICE(BVHCGA,BDBVH)
  35. SET VIO_EGA=DEVICE(BVHEGA,BDBVH)
  36. SET VIO_SVGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  37. SET VIO_VGA=DEVICE(BVHVGA,BDBVH)
  38. SET VIO_VGA=DEVICE(BVHVGA,BVHSVGA,BDBVH)
  39. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA,BDBVH)
  40.  
  41. *:DELETING XGA LINES FOR PROTECT MODE
  42. DEVICE=%BOOTDRIVE%:\OS2\XGARING0.SYS
  43. DEVICE=%BOOTDRIVE%:\OS2\XGA.SYS
  44. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGARING0.SYS
  45. DEVICE=%BOOTDRIVE%:\OS2\BOOT\XGA.SYS
  46. BASEDEV=XGA.SYS
  47. SET VIO_XGA=DEVICE(BVHVGA,BVHXGA)
  48.  
  49. *:DELETING BGA LINES FOR PROTECT MODE
  50. DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  51. DEVINFO=SCR,BGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  52. SET VIO_8514A=DEVICE(BVHVGA,BVH8514A)
  53.  
  54. *:DELETING CGA LINES FOR PROTECT MODE
  55. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  56. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  57. SET VIO_CGA=DEVICE(BVHCGA)
  58.  
  59. *:DELETING EGA LINES FOR PROTECT MODE
  60. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\VIOTBL.DCP
  61. DEVINFO=SCR,EGA,%BOOTDRIVE%:\OS2\BOOT\VIOTBL.DCP
  62. SET VIO_EGA=DEVICE(BVHEGA)
  63.  
  64. *:DELETING VGA LINES FOR PROTECT MODE
  65. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  66. SET VIO_VGA=DEVICE(BVHVGA)
  67.  
  68. :DEL_CONFIG_LINE :MODE=PRIMARY :MODE=DOS
  69.  
  70. *:DELETING OLD ARK LOGIC DRIVERS STATEMENT
  71. DEVICE=%BOOTDRIVE%:\OS2\MDOS\ARKVSVGA.SYS
  72.  
  73. *:DELETING XGA LINES FOR REAL MODE
  74. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VXGA.SYS
  75.  
  76. *:DELETING BGA LINES FOR REAL MODE
  77. DEVICE=%BOOTDRIVE%:\OS2\MDOS\V8514A.SYS
  78.  
  79. *:DELETING CGA LINES FOR REAL MODE
  80. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VCGA.SYS
  81.  
  82. *:DELETING EGA LINES FOR REAL MODE
  83. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VEGA.SYS
  84.  
  85. *:DELETING VGA LINES FOR REAL MODE
  86. DEVICE=%BOOTDRIVE%:\OS2\MDOS\VVGA.SYS
  87.  
  88. :OS2INI :MODE=PRIMARY
  89. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  90. InstallWindow VIOADAPTERSTR 7
  91.  
  92. :OS2INI :MODE=SECONDARY
  93. %BOOTDRIVE%:\OS2\INSTALL\REINSTAL.INI
  94. InstallWindow VIOADAPTER2STR 7
  95.  
  96. :OS2INI :MODE=PRIMARY
  97. OS2.INI
  98. PM_DISPLAYDRIVERS  IBMARK32       IBMARK32
  99. PM_DISPLAYDRIVERS  CURRENTDRIVER  IBMARK32
  100. PM_DISPLAYDRIVERS  DEFAULTDRIVER  IBMARK32
  101. PM_Fonts           COURIERI
  102. PM_Fonts           HELVI
  103. PM_Fonts           TIMESI
  104.  
  105. * Note: win.ini font statements are missing. Should be included if
  106. * font support for 1024x768 and 1280x768 is the same as XGA's.
  107. :OS2INI :MODE=PRIMARY :MODE=WINDOWS
  108. OS2.INI
  109. PM_DISPLAYDRIVERS RESOLUTION_CHANGED 1
  110. WIN_RES_640x480x16     WIN_RES_SET    WIN_RES_ARK_0
  111. WIN_RES_640x480x256    WIN_RES_SET    WIN_RES_ARK_1
  112. WIN_RES_640x480x65536  WIN_RES_SET    WIN_RES_ARK_2
  113. WIN_RES_800x600x256    WIN_RES_SET    WIN_RES_ARK_3
  114. WIN_RES_800x600x65536  WIN_RES_SET    WIN_RES_ARK_4
  115. WIN_RES_1024x768x256   WIN_RES_SET    WIN_RES_ARK_5
  116. WIN_RES_1024x768x65536 WIN_RES_SET    WIN_RES_ARK_6
  117. WIN_RES_1280x1024x256  WIN_RES_SET    WIN_RES_ARK_7
  118. WIN_RES_1280x1024x65536  WIN_RES_SET  WIN_RES_ARK_8
  119. WIN_RES_1600x1200x256  WIN_RES_SET    WIN_RES_ARK_10
  120. WIN_RES_1600x1200x65536  WIN_RES_SET  WIN_RES_ARK_11
  121. WIN_RES_640x480x16777216 WIN_RES_SET  WIN_RES_ARK_12
  122. WIN_RES_800x600x16777216 WIN_RES_SET  WIN_RES_ARK_13
  123.  
  124. WIN_RES_ARK_0   1  "system.ini boot sdisplay.drv vga.drv"
  125. WIN_RES_ARK_0   2  "system.ini boot display.drv vga.drv"
  126. WIN_RES_ARK_0   3  "system.ini boot oemfonts.fon vgaoem.fon"
  127. WIN_RES_ARK_0   4  "system.ini boot fixedfon.fon vgafix.fon"
  128. WIN_RES_ARK_0   5  "system.ini boot fonts.fon vgasys.fon"
  129. WIN_RES_ARK_0   6  "system.ini boot.description sdisplay.drv \"VGA\""
  130. WIN_RES_ARK_0   7  "system.ini boot.description display.drv \"VGA\""
  131. WIN_RES_ARK_0   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  132. WIN_RES_ARK_0   9  "system.ini OS2_arksvga.drv DacDepth 6"
  133. WIN_RES_ARK_0  10  "system.ini OS2_arksvga.drv FontSize small"
  134. WIN_RES_ARK_0  11  "system.ini OS2_arksvga.drv WidthxHeight 640x480"
  135. WIN_RES_ARK_0  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  136. WIN_RES_ARK_0  13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  137. WIN_RES_ARK_0  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  138. WIN_RES_ARK_0  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  139. WIN_RES_ARK_0  16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  140.  
  141. WIN_RES_ARK_1   1  "system.ini boot sdisplay.drv a8mflsm.drv"
  142. WIN_RES_ARK_1   2  "system.ini boot display.drv a8mflos.drv"
  143. WIN_RES_ARK_1   3  "system.ini boot oemfonts.fon vgaoem.fon"
  144. WIN_RES_ARK_1   4  "system.ini boot fixedfon.fon vgafix.fon"
  145. WIN_RES_ARK_1   5  "system.ini boot fonts.fon vgasys.fon"
  146. WIN_RES_ARK_1   6  "system.ini boot.description sdisplay.drv \"ARK 640x480x256\""
  147. WIN_RES_ARK_1   7  "system.ini boot.description display.drv \"ARK 640x480x256\""
  148. WIN_RES_ARK_1   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  149. WIN_RES_ARK_1   9  "system.ini OS2_arksvga.drv DacDepth 6"
  150. WIN_RES_ARK_1  10  "system.ini OS2_arksvga.drv FontSize small"
  151. WIN_RES_ARK_1  11  "system.ini OS2_arksvga.drv WidthxHeight 640x480"
  152. WIN_RES_ARK_1  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  153. WIN_RES_ARK_1  13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  154. WIN_RES_ARK_1  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  155. WIN_RES_ARK_1  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  156. WIN_RES_ARK_1  16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  157.  
  158. WIN_RES_ARK_2   1  "system.ini boot sdisplay.drv a16flsm.drv"
  159. WIN_RES_ARK_2   2  "system.ini boot display.drv a16flos.drv"
  160. WIN_RES_ARK_2   3  "system.ini boot oemfonts.fon vgaoem.fon"
  161. WIN_RES_ARK_2   4  "system.ini boot fixedfon.fon vgafix.fon"
  162. WIN_RES_ARK_2   5  "system.ini boot fonts.fon vgasys.fon"
  163. WIN_RES_ARK_2   6  "system.ini boot.description sdisplay.drv \"ARK 640x480x64K\""
  164. WIN_RES_ARK_2   7  "system.ini boot.description display.drv \"ARK 640x480x64K\""
  165. WIN_RES_ARK_2   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  166. WIN_RES_ARK_2   9  "system.ini OS2_arksvga.drv DacDepth 6"
  167. WIN_RES_ARK_2  10  "system.ini OS2_arksvga.drv FontSize small"
  168. WIN_RES_ARK_2  11  "system.ini OS2_arksvga.drv WidthxHeight 640x480"
  169. WIN_RES_ARK_2  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  170. WIN_RES_ARK_2  13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  171. WIN_RES_ARK_2  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  172. WIN_RES_ARK_2  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  173. WIN_RES_ARK_2  16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  174.  
  175. WIN_RES_ARK_3   1  "system.ini boot sdisplay.drv a8mflsm.drv"
  176. WIN_RES_ARK_3   2  "system.ini boot display.drv a8mflos.drv"
  177. WIN_RES_ARK_3   3  "system.ini boot oemfonts.fon vgaoem.fon"
  178. WIN_RES_ARK_3   4  "system.ini boot fixedfon.fon vgafix.fon"
  179. WIN_RES_ARK_3   5  "system.ini boot fonts.fon vgasys.fon"
  180. WIN_RES_ARK_3   6  "system.ini boot.description sdisplay.drv \"ARK 800x600x256\""
  181. WIN_RES_ARK_3   7  "system.ini boot.description display.drv \"ARK 800x600x256\""
  182. WIN_RES_ARK_3   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  183. WIN_RES_ARK_3   9  "system.ini OS2_arksvga.drv DacDepth 6"
  184. WIN_RES_ARK_3  10  "system.ini OS2_arksvga.drv FontSize small"
  185. WIN_RES_ARK_3  11  "system.ini OS2_arksvga.drv WidthxHeight 800x600"
  186. WIN_RES_ARK_3  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  187. WIN_RES_ARK_3  13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  188. WIN_RES_ARK_3  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  189. WIN_RES_ARK_3  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  190. WIN_RES_ARK_3  16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  191.  
  192. WIN_RES_ARK_4   1  "system.ini boot sdisplay.drv a16flsm.drv"
  193. WIN_RES_ARK_4   2  "system.ini boot display.drv a16flos.drv"
  194. WIN_RES_ARK_4   3  "system.ini boot oemfonts.fon vgaoem.fon"
  195. WIN_RES_ARK_4   4  "system.ini boot fixedfon.fon vgafix.fon"
  196. WIN_RES_ARK_4   5  "system.ini boot fonts.fon vgasys.fon"
  197. WIN_RES_ARK_4   6  "system.ini boot.description sdisplay.drv \"ARK 800x600x64K\""
  198. WIN_RES_ARK_4   7  "system.ini boot.description display.drv \"ARK 800x600x64K\""
  199. WIN_RES_ARK_4   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  200. WIN_RES_ARK_4   9  "system.ini OS2_arksvga.drv DacDepth 6"
  201. WIN_RES_ARK_4  10  "system.ini OS2_arksvga.drv FontSize small"
  202. WIN_RES_ARK_4  11  "system.ini OS2_arksvga.drv WidthxHeight 800x600"
  203. WIN_RES_ARK_4  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  204. WIN_RES_ARK_4  13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  205. WIN_RES_ARK_4  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  206. WIN_RES_ARK_4  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  207. WIN_RES_ARK_4  16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  208.  
  209. WIN_RES_ARK_5   1  "system.ini boot sdisplay.drv a8mflsm.drv"
  210. WIN_RES_ARK_5   2  "system.ini boot display.drv a8mflos.drv"
  211. WIN_RES_ARK_5   3  "system.ini boot oemfonts.fon 8514oem.fon"
  212. WIN_RES_ARK_5   4  "system.ini boot fixedfon.fon vgafix.fon"
  213. WIN_RES_ARK_5   5  "system.ini boot fonts.fon 8514sys.fon"
  214. WIN_RES_ARK_5   6  "system.ini boot.description sdisplay.drv \"ARK 1024x768x256\""
  215. WIN_RES_ARK_5   7  "system.ini boot.description display.drv \"ARK 1024x768x256\""
  216. WIN_RES_ARK_5   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  217. WIN_RES_ARK_5   9  "system.ini OS2_arksvga.drv DacDepth 6"
  218. WIN_RES_ARK_5  10  "system.ini OS2_arksvga.drv FontSize large"
  219. WIN_RES_ARK_5  11  "system.ini OS2_arksvga.drv WidthxHeight 1024x768"
  220. WIN_RES_ARK_5  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  221. WIN_RES_ARK_5  13  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"             courf.fon"
  222. WIN_RES_ARK_5  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"    seriff.fon"
  223. WIN_RES_ARK_5  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"      symbolf.fon"
  224. WIN_RES_ARK_5  16  "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  225.  
  226. WIN_RES_ARK_6   1  "system.ini boot sdisplay.drv a16flsm.drv"
  227. WIN_RES_ARK_6   2  "system.ini boot display.drv a16flos.drv"
  228. WIN_RES_ARK_6   3  "system.ini boot oemfonts.fon 8514oem.fon"
  229. WIN_RES_ARK_6   4  "system.ini boot fixedfon.fon vgafix.fon"
  230. WIN_RES_ARK_6   5  "system.ini boot fonts.fon 8514sys.fon"
  231. WIN_RES_ARK_6   6  "system.ini boot.description sdisplay.drv \"ARK 1024x768x64K\""
  232. WIN_RES_ARK_6   7  "system.ini boot.description display.drv \"ARK 1024x768x64K\""
  233. WIN_RES_ARK_6   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  234. WIN_RES_ARK_6   9  "system.ini OS2_arksvga.drv DacDepth 6"
  235. WIN_RES_ARK_6  10  "system.ini OS2_arksvga.drv FontSize large"
  236. WIN_RES_ARK_6  11  "system.ini OS2_arksvga.drv WidthxHeight 1024x768"
  237. WIN_RES_ARK_6  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  238. WIN_RES_ARK_6  13  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  239. WIN_RES_ARK_6  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  240. WIN_RES_ARK_6  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  241. WIN_RES_ARK_6  16  "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  242.  
  243. WIN_RES_ARK_7   1  "system.ini boot sdisplay.drv a8mflsm.drv"
  244. WIN_RES_ARK_7   2  "system.ini boot display.drv a8mflos.drv"
  245. WIN_RES_ARK_7   3  "system.ini boot oemfonts.fon 8514oem.fon"
  246. WIN_RES_ARK_7   4  "system.ini boot fixedfon.fon vgafix.fon"
  247. WIN_RES_ARK_7   5  "system.ini boot fonts.fon 8514sys.fon"
  248. WIN_RES_ARK_7   6  "system.ini boot.description sdisplay.drv \"ARK 1280x1024x256\""
  249. WIN_RES_ARK_7   7  "system.ini boot.description display.drv \"ARK 1280x1024x256\""
  250. WIN_RES_ARK_7   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  251. WIN_RES_ARK_7   9  "system.ini OS2_arksvga.drv DacDepth 6"
  252. WIN_RES_ARK_7  10  "system.ini OS2_arksvga.drv FontSize large"
  253. WIN_RES_ARK_7  11  "system.ini OS2_arksvga.drv WidthxHeight 1280x1024"
  254. WIN_RES_ARK_7  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  255. WIN_RES_ARK_7  13  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  256. WIN_RES_ARK_7  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  257. WIN_RES_ARK_7  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  258. WIN_RES_ARK_7  16  "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  259.  
  260. WIN_RES_ARK_8   1  "system.ini boot sdisplay.drv a16flsm.drv"
  261. WIN_RES_ARK_8   2  "system.ini boot display.drv a16flos.drv"
  262. WIN_RES_ARK_8   3  "system.ini boot oemfonts.fon 8514oem.fon"
  263. WIN_RES_ARK_8   4  "system.ini boot fixedfon.fon vgafix.fon"
  264. WIN_RES_ARK_8   5  "system.ini boot fonts.fon 8514sys.fon"
  265. WIN_RES_ARK_8   6  "system.ini boot.description sdisplay.drv \"ARK 1280x1024x64K\""
  266. WIN_RES_ARK_8   7  "system.ini boot.description display.drv \"ARK 1280x1024x64K\""
  267. WIN_RES_ARK_8   8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  268. WIN_RES_ARK_8   9  "system.ini OS2_arksvga.drv DacDepth 6"
  269. WIN_RES_ARK_8  10  "system.ini OS2_arksvga.drv FontSize large"
  270. WIN_RES_ARK_8  11  "system.ini OS2_arksvga.drv WidthxHeight 1280x1024"
  271. WIN_RES_ARK_8  12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  272. WIN_RES_ARK_8  13  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  273. WIN_RES_ARK_8  14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  274. WIN_RES_ARK_8  15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  275. WIN_RES_ARK_8  16  "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  276.  
  277. WIN_RES_ARK_10  1  "system.ini boot sdisplay.drv a8mflsm.drv"
  278. WIN_RES_ARK_10  2  "system.ini boot display.drv a8mflos.drv"
  279. WIN_RES_ARK_10  3  "system.ini boot oemfonts.fon 8514oem.fon"
  280. WIN_RES_ARK_10  4  "system.ini boot fixedfon.fon vgafix.fon"
  281. WIN_RES_ARK_10  5  "system.ini boot fonts.fon 8514sys.fon"
  282. WIN_RES_ARK_10  6  "system.ini boot.description sdisplay.drv \"ARK 1600x1200x256\""
  283. WIN_RES_ARK_10  7  "system.ini boot.description display.drv \"ARK 1600x1200x256\""
  284. WIN_RES_ARK_10  8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  285. WIN_RES_ARK_10  9  "system.ini OS2_arksvga.drv DacDepth 6"
  286. WIN_RES_ARK_10 10  "system.ini OS2_arksvga.drv FontSize large"
  287. WIN_RES_ARK_10 11  "system.ini OS2_arksvga.drv WidthxHeight 1600x1200"
  288. WIN_RES_ARK_10 12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  289. WIN_RES_ARK_10 13  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  290. WIN_RES_ARK_10 14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  291. WIN_RES_ARK_10 15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  292. WIN_RES_ARK_10 16  "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  293.  
  294. WIN_RES_ARK_11  1  "system.ini boot sdisplay.drv a16flsm.drv"
  295. WIN_RES_ARK_11  2  "system.ini boot display.drv a16flos.drv"
  296. WIN_RES_ARK_11  3  "system.ini boot oemfonts.fon 8514oem.fon"
  297. WIN_RES_ARK_11  4  "system.ini boot fixedfon.fon vgafix.fon"
  298. WIN_RES_ARK_11  5  "system.ini boot fonts.fon 8514sys.fon"
  299. WIN_RES_ARK_11  6  "system.ini boot.description sdisplay.drv \"ARK 1600x1200x64K\""
  300. WIN_RES_ARK_11  7  "system.ini boot.description display.drv \"ARK 1600x1200x64K\""
  301. WIN_RES_ARK_11  8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  302. WIN_RES_ARK_11  9  "system.ini OS2_arksvga.drv DacDepth 6"
  303. WIN_RES_ARK_11 10  "system.ini OS2_arksvga.drv FontSize large"
  304. WIN_RES_ARK_11 11  "system.ini OS2_arksvga.drv WidthxHeight 1600x1200"
  305. WIN_RES_ARK_11 12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (8514/a res)\"  sseriff.fon"
  306. WIN_RES_ARK_11 13  "win.ini fonts \"Courier 10,12,15 (8514/a res)\"                courf.fon"
  307. WIN_RES_ARK_11 14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (8514/a res)\"       seriff.fon"
  308. WIN_RES_ARK_11 15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (8514/a res)\"         symbolf.fon"
  309. WIN_RES_ARK_11 16  "win.ini fonts \"Small Fonts (8514/a res)\"                     smallf.fon"
  310.  
  311. WIN_RES_ARK_12  1  "system.ini boot sdisplay.drv a24flsm.drv"
  312. WIN_RES_ARK_12  2  "system.ini boot display.drv a24flos.drv"
  313. WIN_RES_ARK_12  3  "system.ini boot oemfonts.fon vgaoem.fon"
  314. WIN_RES_ARK_12  4  "system.ini boot fixedfon.fon vgafix.fon"
  315. WIN_RES_ARK_12  5  "system.ini boot fonts.fon vgasys.fon"
  316. WIN_RES_ARK_12  6  "system.ini boot.description sdisplay.drv \"ARK 640x480x16M\""
  317. WIN_RES_ARK_12  7  "system.ini boot.description display.drv \"ARK 640x480x16M\""
  318. WIN_RES_ARK_12  8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  319. WIN_RES_ARK_12  9  "system.ini OS2_arksvga.drv DacDepth 8"
  320. WIN_RES_ARK_12 10  "system.ini OS2_arksvga.drv FontSize small"
  321. WIN_RES_ARK_12 11  "system.ini OS2_arksvga.drv WidthxHeight 640x480"
  322. WIN_RES_ARK_12 12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  323. WIN_RES_ARK_12 13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  324. WIN_RES_ARK_12 14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  325. WIN_RES_ARK_12 15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  326. WIN_RES_ARK_12 16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  327.  
  328. WIN_RES_ARK_13  1  "system.ini boot sdisplay.drv a24flsm.drv"
  329. WIN_RES_ARK_13  2  "system.ini boot display.drv a24flos.drv"
  330. WIN_RES_ARK_13  3  "system.ini boot oemfonts.fon vgaoem.fon"
  331. WIN_RES_ARK_13  4  "system.ini boot fixedfon.fon vgasys.fon"
  332. WIN_RES_ARK_13  5  "system.ini boot fonts.fon vgasys.fon"
  333. WIN_RES_ARK_13  6  "system.ini boot.description sdisplay.drv \"ARK 800x600x16M\""
  334. WIN_RES_ARK_13  7  "system.ini boot.description display.drv \"ARK 800x600x16M\""
  335. WIN_RES_ARK_13  8  "system.ini boot.description OS2_svga_product \"OS2_arksvga.drv\""
  336. WIN_RES_ARK_13  9  "system.ini OS2_arksvga.drv DacDepth 8"
  337. WIN_RES_ARK_13 10  "system.ini OS2_arksvga.drv FontSize small"
  338. WIN_RES_ARK_13 11  "system.ini OS2_arksvga.drv WidthxHeight 800x600"
  339. WIN_RES_ARK_13 12  "win.ini fonts \"MS Sans Serif 8,10,12,14,18,24 (VGA res)\"  sserife.fon"
  340. WIN_RES_ARK_13 13  "win.ini fonts \"Courier 10,12,15 (VGA res)\"                coure.fon"
  341. WIN_RES_ARK_13 14  "win.ini fonts \"MS Serif 8,10,12,14,18,24 (VGA res)\"       serife.fon"
  342. WIN_RES_ARK_13 15  "win.ini fonts \"Symbol 8,10,12,14,18,24 (VGA res)\"         symbole.fon"
  343. WIN_RES_ARK_13 16  "win.ini fonts \"Small Fonts (VGA res)\"                     smalle.fon"
  344.  
  345. * customize icon spacing for ARK below
  346. :WININI :MODE=PRIMARY :MODE=WINDOWS
  347. WIN.INI
  348. Desktop IconSpacing 100
  349.  
  350. * system.ini entries below will be overwritten by graphics engine after reboot.
  351. * if graphic engine fails to update system.ini for some reason
  352. * the entries below are the default.
  353.  
  354. :WININI :MODE=PRIMARY :MODE=WINDOWS
  355. SYSTEM.INI
  356. boot   useos2shield 1
  357. boot   os2shield    winsheld.exe
  358. boot sdisplay.drv vga.drv
  359. boot display.drv vga.drv
  360. boot.description sdisplay.drv "VGA"
  361. boot.description display.drv "VGA"
  362. boot fonts.fon vgasys.fon
  363.  
  364. :APPEND
  365.  
  366.