home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / misc / 5432 < prev    next >
Encoding:
Text File  |  1992-12-12  |  28.7 KB  |  700 lines

  1. Newsgroups: comp.os.ms-windows.misc
  2. Path: sparky!uunet!wupost!csus.edu!netcom.com!bsardis
  3. From: bsardis@netcom.com (Barry Sardis)
  4. Subject: ** Challenge for Memory Management Guru **
  5. Message-ID: <1992Dec12.051854.20392@netcom.com>
  6. Organization: Netcom - Online Communication Services  (408 241-9760 guest) 
  7. Date: Sat, 12 Dec 1992 05:18:54 GMT
  8. Lines: 690
  9.  
  10.  
  11. I'm trying to find out if I need to buy a memory manager, or can some guru 
  12. lead me through the darkness of Windows/DOS memory management? 
  13.  
  14. I suspect that I have too much stuff, ROM and drivers, to fit into the upper 
  15. memory area. Will anything allow me to use memory above 1MB? I'm about 
  16. to add another 4MB. 
  17.  
  18. If you recommend getting another memory manager, which one? QEMM386? What do 
  19. you know of the Shareware product UMB_DRVR?
  20.  
  21. Here's my saga - thanks in advance for any help:
  22.  
  23.  
  24. I started out with a "vanilla" low-end Windows machine - 386sx/20, 4MB RAM, 
  25. 40MB hard disk. When Win 3.1 came along I was low on disk space to fit the 
  26. upgrade so I decided to get a disk compression package - Addstor's Superstore 
  27. 2.0. I compressed the whole 40MB hard disk.
  28.  
  29. I then acquired a bunch of hardware - SCSI hard drive, WORM and CD-ROM in 
  30. particular. To hook this up I got an Adaptec 1542B SCSI controller with the 
  31. Corel drivers. I also got a laserprinter and a Mac SE. I bought a Farallon 
  32. PhonetNET Card PC with LocalTalk so I can share files and the printer both via 
  33. Appletalk.
  34.  
  35. What I want to do is be able to access all of this stuff and run several DOS 
  36. programs from Windows without having to constantly alter config.sys and 
  37. autoexec.bat and reboot which I need to do to get enough conventional memory.
  38.  
  39. Through trial and (lots of) error I was able to get everything working 
  40. individually. Now I want to be able to load everything into high memory but 
  41. have reached my limits of being able to comprehend all the arcane garbage 
  42. surrounding this topic. I can't seem to face trying to read the various bits 
  43. of information on the subject that I have, and trying to figure out how it all 
  44. relates and interacts with each other.
  45.  
  46. Below are my config.sys and autoexec.bat files. The first entry in config.sys 
  47. is necessary to run my second hard drive which is SCSI. My first drive (c:) is 
  48. IDE. I partioned the second into a d: and e:. ASPI4DOS is also required for 
  49. the Corel driver support of the optical drives. The Adaptec documentation 
  50. indicates that ASPI4DOS "should be the first line in the config.sys" and that 
  51. memory managers should follow. There are some comments that the "driver can be 
  52. loaded into high memory" but I don't see how if precedes the memory mangers.
  53.  
  54. I put EmmExclude=c000-dfff into [386Enh] of system.ini. I don't remember where 
  55. I got the information (it may have been done automatically by the Corel 
  56. installation process). The Adaptec documentation indicates that its "AT BIOS 
  57. Address" is DC000 (Hex).
  58.  
  59. The Corel drivers only know about expanded memory (LIM 3.2 or 4.0). The /E or 
  60. /EMS parameters on the CORELDRV device statements indicate to use EMS memory, 
  61. but since emm386 isn't providing any, a message is produced during load that 
  62. the driver was not loaded into expanded memory. If I use the RAM parameter on 
  63. emm386 they will load into expanded memory but other things that load high 
  64. don't, or worse things happen, so I'm stuck with the NOEMS parameter on 
  65. emm386. The /I=E000-EFFF was given to me by Farallon in order to get some of 
  66. its drivers to load into high memory. I'm not really sure what good emm386 is 
  67. doing me since it is not emulating expanded memory.
  68.  
  69. SSTORDRV.SYS is the Superstore device driver. I think that if I use the RAM 
  70. parameter on emm386 is does not load high. I have compressed my c: and e: 
  71. drives, while d: is not compressed. I use it for the Windows permanent swap 
  72. file. The /HIDMA parameter is to load the DMA buffers into upper memory.
  73.  
  74. After the config.sys and autoexec.bat listings I have included the output of a 
  75. couple of mem /c runs and an MSD.EXE session. 
  76.  
  77. ******************************************************************************
  78. *****
  79.  
  80. Here is my (normal) config.sys:
  81. ------------------------------
  82.  
  83. rem Following for Adaptec drivers
  84. DEVICE=C:\ASPI4DOS.SYS /D      
  85.  
  86. DEVICE=C:\HIMEM.SYS
  87. DEVICE=C:\EMM386.EXE NOEMS /I=E000-EFFF
  88.  
  89. rem Runs DOS in High Memory Area (HMA)
  90. DOS=HIGH, UMB
  91.  
  92. rem Next two for Superstore - Is DEVSWAP really needed?
  93. DEVICEHIGH=\SSTORDRV.SYS /HIDMA        
  94. rem DEVICE=\DEVSWAP.COM          
  95.  
  96. DEVICEHIGH=D:\DOS\SETVER.EXE
  97. rem Files at least 30 if running non-Win in Win
  98. FILES = 45
  99. BREAK=ON
  100. BUFFERS=31
  101. LASTDRIVE=J
  102. SHELL=D:\DOS\COMMAND.COM D:\DOS\ /E:1024 /P
  103. DEVICEHIGH=D:\DOS\ANSI.SYS
  104.  
  105. rem Disabled per DOS 5.0 reco
  106. rem INSTALL=D:\DOS\FASTOPEN.EXE C:=(50,25)   
  107.  
  108. rem Used by Windows
  109. STACKS=9,256                 
  110.  
  111. rem Corel Drivers
  112. rem WORM
  113. rem DEVICE=E:\CORELDRV\UNI_ASP.SYS /C:4 /EMS /ID:3 /VOL:1 /DOS4 /SS:2048 /@4:-
  114. 18
  115. rem CD-ROM - Need MSCDEX too (autoexec.bat)
  116. rem DEVICE=E:\CORELDRV\CUNI_ASP.SYS /E /ID:5 /N:1 /D:MSCD001
  117.  
  118. ******************************************************************************
  119. *****
  120.  
  121. Here is my (normal) autoexec.bat:
  122. ---------------------------------
  123.  
  124. rem Don't seem to need when using ASPI4DOS
  125. rem C:\WINDOWS\SMARTDRV.EXE C- E-
  126.  
  127. @ECHO OFF
  128. REM SET COMSPEC=D:\DOS\COMMAND.COM
  129. VERIFY OFF
  130. SET PATH=C:\ASW;D:\DOS;C:\VGAUTIL;C:\;C:\WINDOWS;C:\PRODIGY;C:\WINWORD;C:\FBW;
  131. C:\ADDSTOR;E:\CORELDRV;E:\PNTALK;E:\VS
  132.  
  133. SET TEMP=D:\TEMP
  134.  
  135. set FASTBACK=C:\FASTBACK
  136. set FBP_EXT=500
  137.  
  138. PROMPT $P$G
  139.  
  140. rem loadhigh d:\dos\mirror /tc /te
  141.  
  142. loadhigh c:\windows\lmouse.com
  143. rem loadhigh d:\dos\doskey
  144. mode LPT1: retry=p
  145.  
  146. rem Following bypasses Appletalk - rem it to enable
  147. rem goto skip_pntalk
  148.  
  149. rem Initialize Appletalk file & print services
  150. rem Following is content of e:\pntalk\abothh
  151. echo off
  152. loadhigh E:\PNTALK\LSL
  153.    if errorlevel 1 goto pntalk_err
  154. loadhigh E:\PNTALK\LTALKP /NAME=LTALK$
  155.    if errorlevel 1 goto pntalk_err
  156. loadhigh E:\PNTALK\ATALK
  157.    if errorlevel 1 goto pntalk_err
  158. loadhigh E:\PNTALK\ASP_WS
  159.    if errorlevel 1 goto pntalk_err
  160. loadhigh E:\PNTALK\ASHARE
  161.    if errorlevel 1 goto pntalk_err
  162. E:\PNTALK\MINSES                 
  163.    if errorlevel 1 goto pntalk_err
  164. loadhigh E:\PNTALK\REDIR
  165.    if errorlevel 1 goto pntalk_err
  166. loadhigh E:\PNTALK\PAP_WS
  167.    if errorlevel 1 goto pntalk_err
  168. loadhigh E:\PNTALK\APRINT
  169.    if errorlevel 1 goto pntalk_err
  170. E:\PNTALK\ANET AUTO
  171.    if errorlevel 1 goto pntalk_err
  172. E:\PNTALK\ANET LOGON S(Mac SE) U(Barry Sardis) P(******)
  173.    if errorlevel 1 goto pntalk_err
  174. E:\PNTALK\ANET ATTACH H:\\MAC_SE\!INTERNA.L_D\!TRANSFE.R
  175.    if errorlevel 1 goto pntalk_err
  176. REM ***  Memory usage for the above programs is approximately 136 K bytes.
  177. goto skip_pntalk
  178. :pntalk_err
  179. echo *** A fatal error has occurred while loading PhoneNET Talk. ***
  180. pause *PNTALK*
  181. :skip_pntalk
  182.  
  183. rem Need for CD-ROM
  184. rem loadhigh E:\CORELDRV\MSCDEX /V /M:10 /D:MSCD001
  185.  
  186. VER
  187. rem WIN
  188. rem C:\WINDOWS\SMARTDRV.EXE /c          ; flush write cache
  189.  
  190. ******************************************************************************
  191. *****
  192.  
  193. Here is the (normal) output of mem /c (Win not running):
  194. --------------------------------------------------------
  195.  
  196.  
  197. Conventional Memory :
  198.  
  199.   Name                Size in Decimal       Size in Hex
  200. -------------      ---------------------   -------------
  201.   MSDOS              80496      ( 78.6K)      13A70
  202.   ASPI4DOS            6656      (  6.5K)       1A00
  203.   HIMEM               1184      (  1.2K)        4A0
  204.   EMM386              3232      (  3.2K)        CA0
  205.   COMMAND             3392      (  3.3K)        D40
  206.   MODE                 464      (  0.5K)        1D0
  207.   ATALK              23712      ( 23.2K)       5CA0
  208.   ASHARE             27296      ( 26.7K)       6AA0
  209.   MINSES              1216      (  1.2K)        4C0
  210.   REDIR              33824      ( 33.0K)       8420
  211.   APRINT             20752      ( 20.3K)       5110
  212.   FREE                  64      (  0.1K)         40
  213.   FREE                 224      (  0.2K)         E0
  214.   FREE              452512      (441.9K)      6E7A0
  215.  
  216. Total  FREE :       452800      (442.2K) 
  217.  
  218. Upper Memory :
  219.  
  220.   Name                Size in Decimal       Size in Hex
  221. -------------      ---------------------   -------------
  222.   SYSTEM            183888      (179.6K)      2CE50
  223.   SSTORDRV           55472      ( 54.2K)       D8B0
  224.   SETVER               416      (  0.4K)        1A0
  225.   ANSI                4192      (  4.1K)       1060
  226.   LMOUSE             16176      ( 15.8K)       3F30
  227.   PAP_WS              6832      (  6.7K)       1AB0
  228.   LSL                20912      ( 20.4K)       51B0
  229.   LTALKP              5088      (  5.0K)       13E0
  230.   ASP_WS              6512      (  6.4K)       1970
  231.   FREE                 224      (  0.2K)         E0
  232.   FREE               10752      ( 10.5K)       2A00
  233.   FREE               16976      ( 16.6K)       4250
  234.  
  235. Total  FREE :        27952      ( 27.3K) 
  236.  
  237. Total bytes available to programs (Conventional+Upper) :      480752   
  238. (469.5K)
  239. Largest executable program size :                             452512   
  240. (441.9K)
  241. Largest available upper memory block :                         16976   ( 
  242. 16.6K)
  243.  
  244.    3538944 bytes total contiguous extended memory
  245.          0 bytes available contiguous extended memory
  246.    3219456 bytes available XMS memory
  247.            MS-DOS resident in High Memory Area
  248.  
  249. ******************************************************************************
  250. *****
  251.  
  252. Here is the output of mem /c when I enable the CD-ROM and WORM drivers:
  253. -----------------------------------------------------------------------
  254.  
  255.  
  256. Conventional Memory :
  257.  
  258.   Name                Size in Decimal       Size in Hex
  259. -------------      ---------------------   -------------
  260.   MSDOS              80496      ( 78.6K)      13A70
  261.   ASPI4DOS            6656      (  6.5K)       1A00
  262.   HIMEM               1184      (  1.2K)        4A0
  263.   EMM386              3232      (  3.2K)        CA0
  264.   UNI_ASP            53024      ( 51.8K)       CF20
  265.   CUNI_ASP           18752      ( 18.3K)       4940
  266.   COMMAND             3392      (  3.3K)        D40
  267.   MODE                 464      (  0.5K)        1D0
  268.   ATALK              23712      ( 23.2K)       5CA0
  269.   ASHARE             27296      ( 26.7K)       6AA0
  270.   MINSES              1216      (  1.2K)        4C0
  271.   REDIR              33824      ( 33.0K)       8420
  272.   APRINT             20752      ( 20.3K)       5110
  273.   MSCDEX             36208      ( 35.4K)       8D70
  274.   FREE                  64      (  0.1K)         40
  275.   FREE                 224      (  0.2K)         E0
  276.   FREE              344480      (336.4K)      541A0
  277.  
  278. Total  FREE :       344768      (336.7K) 
  279.  
  280. Upper Memory :
  281.  
  282.   Name                Size in Decimal       Size in Hex
  283. -------------      ---------------------   -------------
  284.   SYSTEM            183888      (179.6K)      2CE50
  285.   SSTORDRV           55472      ( 54.2K)       D8B0
  286.   SETVER               416      (  0.4K)        1A0
  287.   ANSI                4192      (  4.1K)       1060
  288.   LMOUSE             16176      ( 15.8K)       3F30
  289.   PAP_WS              6832      (  6.7K)       1AB0
  290.   LSL                20912      ( 20.4K)       51B0
  291.   LTALKP              5088      (  5.0K)       13E0
  292.   ASP_WS              6512      (  6.4K)       1970
  293.   FREE                 224      (  0.2K)         E0
  294.   FREE               10752      ( 10.5K)       2A00
  295.   FREE               16976      ( 16.6K)       4250
  296.  
  297. Total  FREE :        27952      ( 27.3K) 
  298.  
  299. Total bytes available to programs (Conventional+Upper) :      372720   
  300. (364.0K)
  301. Largest executable program size :                             344480   
  302. (336.4K)
  303. Largest available upper memory block :                         16976   ( 
  304. 16.6K)
  305.  
  306.    3538944 bytes total contiguous extended memory
  307.          0 bytes available contiguous extended memory
  308.    3219456 bytes available XMS memory
  309.            MS-DOS resident in High Memory Area
  310.  
  311. ******************************************************************************
  312. *****
  313.  
  314.  
  315. Here is a report produced by MSD.EXE with my normal configuration (without CD-
  316. ROM or WORM, but with ASPI4DOS, Superstore and the Farallon Appletalk, etc. 
  317. drivers):
  318. ------------------------------------------------------------------------------
  319. -
  320.  
  321.  
  322.  
  323.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  1
  324.     ========================================================================
  325.  
  326.     ------------------------ Customer Information -------------------------
  327.  
  328.                                   Name: Barry Sardis
  329.  
  330.     ------------------------ Summary Information --------------------------
  331.  
  332.                         Computer: American Megatrend, 80386
  333.                           Memory: 640K, 3456K Ext, 3144K XMS
  334.                            Video: VGA, ATI
  335.                          Network: Unknown Network
  336.                       OS Version: MS-DOS Version 5.00
  337.                            Mouse: Serial Mouse 6.00
  338.                   Other Adapters:
  339.                      Disk Drives: A: B: C: D: E: H:
  340.                        LPT Ports: 2
  341.                        COM Ports: 2
  342.  
  343.     ------------------------------ Computer -------------------------------
  344.  
  345.                         Computer Name: American Megatrends
  346.                     BIOS Manufacturer: American Megatrends
  347.                          BIOS Version: 
  348.                         BIOS Category: IBM PC/AT
  349.                         BIOS ID Bytes: FC 01 00
  350.                             BIOS Date: 04/09/90
  351.                             Processor: 80386
  352.                      Math Coprocessor: None
  353.                              Keyboard: Enhanced
  354.                              Bus Type: ISA/AT/Classic Bus
  355.                        DMA Controller: Yes
  356.                         Cascaded IRQ2: Yes
  357.                     BIOS Data Segment: None
  358.  
  359.  
  360.  
  361.  
  362.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  2
  363.     ========================================================================
  364.  
  365.     ------------------------------- Memory --------------------------------
  366.  
  367.      Legend:  Available "  "  RAM "##"  ROM "RR"  Possibly Available ".."
  368.        EMS Page Frame "PP"  Used UMBs "UU"  Free UMBs "FF"
  369.      1024K FC00 RRRRRRRRRRRRRRRR FFFF  Conventional Memory
  370.            F800 RRRRRRRRRRRRRRRR FBFF                 Total: 640K
  371.            F400 RRRRRRRRRRRRRRRR F7FF             Available: 441K
  372.       960K F000 RRRRRRRRRRRRRRRR F3FF                        452528 bytes
  373.            EC00 FFFFFFFFFFFFFFFF EFFF
  374.            E800 UUUUUUUUUUUUUUUF EBFF  Extended Memory
  375.            E400 UUUUUUUUUUUUUUUU E7FF                 Total: 3456K
  376.       896K E000 UUUUUUUUUUUUUUUU E3FF
  377.            DC00 RRRRRRRRRRRRRRRR DFFF  MS-DOS Upper Memory Blocks
  378.            D800 UUUUUFFFFFFFFFFF DBFF            Total UMBs: 140K
  379.            D400 UUUUUUUUUUUUUUUU D7FF       Total Free UMBs: 27K
  380.       832K D000 UUUUUUUUUUUUUUUU D3FF    Largest Free Block: 16K
  381.            CC00 UUUUUUUUUUUUUUUU CFFF
  382.            C800 ###UUUUUUUUUUUUU CBFF  XMS Information
  383.            C400 RRRRRRRRRRRRRRRR C7FF           XMS Version: 2.00
  384.       768K C000 RRRRRRRRRRRRRRRR C3FF        Driver Version: 2.77
  385.            BC00 ################ BFFF      A20 Address Line: Enabled
  386.            B800 ################ BBFF      High Memory Area: In use
  387.            B400 ................ B7FF             Available: 3144K
  388.       704K B000 ................ B3FF    Largest Free Block: 3144K
  389.            AC00 ................ AFFF
  390.            A800 ................ ABFF
  391.            A400 ................ A7FF
  392.       640K A000 ................ A3FF
  393.  
  394.     ------------------------------- Video ---------------------------------
  395.  
  396.                            Video Adapter Type: VGA
  397.                                  Manufacturer: ATI
  398.                                         Model:
  399.                                  Display Type: VGA Color
  400.                                    Video Mode: 3
  401.                             Number of Columns: 80
  402.                                Number of Rows: 25
  403.                            Video BIOS Version:
  404.                               Video BIOS Date:
  405.                        VESA Support Installed: No
  406.                             Secondary Adapter: None
  407.  
  408.     ------------------------------ Network --------------------------------
  409.  
  410.                            Network Detected: Yes
  411.                                Network Name: Unknown Network
  412.                    MS-DOS Network Functions: Supported
  413.                               Computer Name:
  414.                             NetBIOS Present: No
  415.  
  416.  
  417.  
  418.  
  419.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  3
  420.     ========================================================================
  421.  
  422.     ----------------------------- OS Version ------------------------------
  423.  
  424.                        Operating System: MS-DOS 5.00
  425.                       Internal Revision: 00
  426.                       OEM Serial Number: FFH
  427.                      User Serial Number: 000000H
  428.                      OEM Version String: MS-DOS Version 5.00
  429.                          DOS Located in: HMA
  430.                              Boot Drive: C:
  431.                         Path to Program: C:\WINDOWS\MSD.EXE
  432.  
  433.                                Environment Strings
  434.     ------------------------------------------------------------------------
  435.     COMSPEC=D:\DOS\COMMAND.COM
  436.     PATH=C:\ASW;D:\DOS;C:\VGAUTIL;C:\;C:\WINDOWS;C:\PRODIGY;C:\WINWORD;C:\FB
  437.     ;C:\ADDSTOR;E:\CORELDRV;E:\PNTALK;E:\VS
  438.     TEMP=D:\TEMP
  439.     FASTBACK=C:\FASTBACK
  440.     FBP_EXT=500
  441.     PROMPT=$P$G
  442.  
  443.     ------------------------------- Mouse ---------------------------------
  444.  
  445.                               Mouse Hardware: Serial Mouse
  446.                          Driver Manufacturer: Logitech
  447.                              DOS Driver Type: Serial Mouse
  448.                             Driver File Type: .COM File
  449.                           DOS Driver Version: 6.00
  450.                     Microsoft Driver Version: 6.26
  451.                                    Mouse IRQ: 3
  452.                               Mouse COM Port: COM2:
  453.                       Mouse COM Port Address: 02F8H
  454.                      Number of Mouse Buttons: 2
  455.                       Horizontal Sensitivity: 50
  456.                        Mouse to Cursor Ratio: 1 : 1
  457.                         Vertical Sensitivity: 50
  458.                        Mouse to Cursor Ratio: 1 : 1
  459.                              Threshold Speed: 53
  460.                               Mouse Language: English
  461.  
  462.     --------------------------- Other Adapters ----------------------------
  463.  
  464.                           Game Adapter: Not Detected
  465.  
  466.  
  467.  
  468.  
  469.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  4
  470.     ========================================================================
  471.  
  472.     ---------------------------- Disk Drives ------------------------------
  473.  
  474.       Drive  Type                                  Free Space  Total Size
  475.       -----  ------------------------------------  ----------  ----------
  476.         A:   Floppy Drive, 5.25" 1.2M
  477.                80 Cylinders, 2 Heads
  478.                512 Bytes/Sector, 15 Sectors/Track
  479.         B:   Floppy Drive, 3.5" 1.44M
  480.                80 Cylinders, 2 Heads
  481.                512 Bytes/Sector, 18 Sectors/Track
  482.         C:   Fixed Disk, CMOS Type 17                      9M         79M
  483.                1862 Cylinders, 5 Heads
  484.                512 Bytes/Sector, 17 Sectors/Track
  485.              CMOS Fixed Disk Parameters
  486.                977 Cylinders, 5 Heads
  487.                17 Sectors/Track
  488.         D:   Fixed Disk, CMOS Type 0                       8M         19M
  489.                20 Cylinders, 64 Heads
  490.                512 Bytes/Sector, 32 Sectors/Track
  491.              CMOS Fixed Disk Parameters
  492.                64128 Cylinders, 128 Heads
  493.                228 Sectors/Track
  494.         E:   Fixed Disk, CMOS Type 0                      74M        159M
  495.                1862 Cylinders, 64 Heads
  496.                512 Bytes/Sector, 32 Sectors/Track
  497.              CMOS Fixed Disk Parameters
  498.                64128 Cylinders, 128 Heads
  499.                228 Sectors/Track
  500.         H:   Remote Drive                                  9M         18M
  501.                1024 Bytes/Sector
  502.       LASTDRIVE=J:
  503.  
  504.     ----------------------------- LPT Ports -------------------------------
  505.  
  506.                   Port     On     Paper    I/O    Time
  507.          Port   Address   Line     Out    Error    Out    Busy     ACK
  508.          -----  -------   ----    -----   -----   ----    ----     ---
  509.          LPT1:   0378H     Yes     No      No      No      No      No
  510.          LPT2:   0378H     Yes     No      No      No      No      No
  511.          LPT3:     -        -       -       -       -       -       -
  512.  
  513.  
  514.  
  515.  
  516.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  5
  517.     ========================================================================
  518.  
  519.     ----------------------------- COM Ports -------------------------------
  520.  
  521.                                   COM1:      COM2:      COM3:      COM4:
  522.                                   -----      -----      -----      -----
  523.        Port Address               03F8H      02F8H        N/A        N/A
  524.        Baud Rate                   2400       1200
  525.        Parity                      None       None
  526.        Data Bits                      8          7
  527.        Stop Bits                      1          1
  528.        Carrier Detect (CD)           No         No
  529.        Ring Indicator (RI)           No         No
  530.        Data Set Ready (DSR)         Yes         No
  531.        Clear To Send (CTS)          Yes         No
  532.        UART Chip Used              8250       8250
  533.  
  534.     ----------------------------- IRQ Status ------------------------------
  535.  
  536.     IRQ  Address    Description       Detected            Handled By
  537.     ---  ---------  ----------------  ------------------  ----------------
  538.       0  E3E8:010E  Timer Click       Yes                 APRINT.COM
  539.       1  2C73:03A6  Keyboard          Yes                 APRINT.COM
  540.       2  15A3:0057  Second 8259A      Yes                 Default Handlers
  541.       3  E002:3CF7  COM2: COM4:       COM2: Serial Mouse  LMOUSE.COM
  542.       4  15A3:0087  COM1: COM3:       COM1:               Default Handlers
  543.       5  15A3:009F  LPT2:             Yes                 Default Handlers
  544.       6  15A3:00B7  Floppy Disk       Yes                 Default Handlers
  545.       7  0070:06F4  LPT1:             Yes                 System Area
  546.       8  15A3:0052  Real-Time Clock   Yes                 Default Handlers
  547.       9  F000:EEC7  Redirected IRQ2   Yes                 BIOS
  548.      10  15A3:00CF  (Reserved)                            Default Handlers
  549.      11  15A3:00E7  (Reserved)                            Default Handlers
  550.      12  15A3:00FF  (Reserved)                            Default Handlers
  551.      13  F000:EED0  Math Coprocessor  No                  BIOS
  552.      14  15A3:0117  Fixed Disk        Yes                 Default Handlers
  553.      15  F000:FF53  (Reserved)                            BIOS
  554.  
  555.  
  556.  
  557.  
  558.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  6
  559.     ========================================================================
  560.  
  561.     ---------------------------- TSR Programs -----------------------------
  562.  
  563.      Program Name        Address   Size   Command Line Parameters
  564.      ------------------  -------  ------  --------------------------------
  565.      System Data           0264    81824
  566.        ASPI4DOS            0266     6656  SCSIMGR$
  567.        HIMEM               0407     1184  XMSXXXX0
  568.        EMM386              0452     3232  $MMXXXX0
  569.        File Handles        051D     2368
  570.        FCBS                05B2      256
  571.        BUFFERS             05C3    64112
  572.        Directories         156B      880
  573.        Default Handlers    15A3     3008
  574.      System Code           165F       64
  575.      COMMAND.COM           1664     2368
  576.      Free Memory           16F9       64
  577.      COMMAND.COM           16FE     1024
  578.      MSD.EXE               173F      224
  579.      MSD.EXE               174E      464  .
  580.      APRINT.COM            176C    23712
  581.      APRINT.COM            1D37    27296
  582.      MINSES                23E2     1216
  583.      REDIR                 242F    33824
  584.      APRINT.COM            2C72    20752
  585.      MSD.EXE               3184   316576
  586.      MSD.EXE               7ECF     8192
  587.      MSD.EXE               80D0    10032
  588.      Free Memory           8344      544
  589.      Free Memory           8367   117104
  590.      Excluded UMB Area     9FFF   167488
  591.      System Data           C8E4    60128
  592.        SSTORDRV            C8E6    55472  $ADDSTOR
  593.        SETVER              D672      416  SETVERXX
  594.        ANSI                D68D     4192  CON
  595.      LMOUSE.COM            D793      224
  596.      Free Memory           D7A2      224
  597.      APRINT.COM            D7B1     6832
  598.      Free Memory           D95D    10752
  599.      Excluded UMB Area     DBFE    16416
  600.      LMOUSE.COM            E001    15952
  601.      APRINT.COM            E3E7    20912
  602.      APRINT.COM            E903     5088   /NAME=LTALK$
  603.      APRINT.COM            EA42     6512
  604.      Free Memory           EBDA    16976
  605.  
  606.  
  607.  
  608.  
  609.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  7
  610.     ========================================================================
  611.  
  612.     --------------------------- Device Drivers ----------------------------
  613.  
  614.           Device        Filename  Units    Header      Attributes
  615.           ------------  --------  -----  ---------  ----------------
  616.           NUL                            0123:0048  1............1..
  617.           CON           ANSI             D68D:0000  11.......1.1..11
  618.           SETVERXX      SETVER           D672:0000  1...............
  619.           $ADDSTOR      SSTORDRV         C8E6:0000  1...............
  620.           $MMXXXX0      EMM386           0452:0000  11..............
  621.           XMSXXXX0      HIMEM            0407:0000  1.1.............
  622.           SCSIMGR$      ASPI4DOS         0266:0000  11..............
  623.           CON                            0070:0023  1..........1..11
  624.           AUX                            0070:0035  1...............
  625.           PRN                            0070:0047  1.1.....11......
  626.           CLOCK$                         0070:0059  1...........1...
  627.           Block Device              5    0070:006B  ....1...11....1.
  628.           COM1                           0070:007B  1...............
  629.           LPT1                           0070:008D  1.1.....11......
  630.           LPT2                           0070:009F  1.1.....11......
  631.           LPT3                           0070:00B8  1.1.....11......
  632.           COM2                           0070:00CA  1...............
  633.           COM3                           0070:00DC  1...............
  634.           COM4                           0070:00EE  1...............
  635.  
  636.  
  637.  
  638.  
  639.        Microsoft Diagnostics version 2.00   12/11/92    7:22pm    Page  8
  640.     ========================================================================
  641.  
  642.     ---------------- ROM BIOS              F000    65536 ------------------
  643.  
  644.     F000:72BB System Configuration (C) Copyright 1985-1990, American Megatre
  645.               nds Inc.,
  646.     F000:D54D CMOS SETUP (C) Copyright 1985-1990, American Megatrends Inc.,
  647.                Date (mn/date/year):
  648.     F000:000A o04/09/90ROM DIAGNOSTICS.(C)1987, American Megatrends Inc.All
  649.               rights reserved.1346 Oakbrook Drive, Suite 120,Norcross, GA 30
  650.               093, Phone-(404)-263-8181.
  651.     F000:1AD7 ppy     Commu.     Display   Printer        Memory       CO-pr
  652.               oc
  653.                                   ROM DIAGNOSTICS, (C)1986, American Megatre
  654.               nds Inc. Hard Disk      Floppy     KeyBoard      Video
  655.     F000:8000 XXXX88886666----0123AAAAMMMMIIII Date:-04/09/90 (C)1985-1990,
  656.               American Megatrends Inc. All Rights Reserved. 1346 Oakbrook Dr
  657.               ive, Suite-120, Norcross, GA-30093, USA.Phone-(404)-263-8181.
  658.     F000:E0CA R(C)1985-1990, American Megatrends Inc.,All Rights Reserved.13
  659.               46 Oakbrook Drive, Suite-120, Norcross, GA-30093. Phone-(404)-
  660.               263-8181.
  661.     F000:E2D0 0000000000a3ifgx(C)1990 American Megatrends Inc.386-BIOS (C)19
  662.               89 American Megatrends Inc
  663.     F000:E00E IBM COMPATIBLE IBM IS A TRADEMARK OF INTERNATIONAL BUSINESS MA
  664.               CHINES CORP.
  665.     F000:73D2 ROM-BIOS Date      :
  666.     F000:7F00 386 BIOS, NO CHIPSET
  667.     F000:D4CA ROM-BIOS CHECKSUM ERROR
  668.               CHECK ROM (27256)?
  669.     F000:DA76 If required, BIOS will use 256 bytes of RAM
  670.                (1) : Using BIOS stack area at 0030:0000
  671.                (2) : Reducing base memory size by 1KB
  672.     F000:1ABA vices  Present Harddisk   Floppy     Commu.     Display   Prin
  673.               ter        Memory       CO-proc
  674.                                                                ROM DIAGNOSTI
  675.               CS, (C)1986, American Megatrends Inc. Hard Disk      F
  676.     F000:FF59 (C)1990AMI,404-263-8181
  677.  
  678.     ---------------- Option ROM            DC00    16384 ------------------
  679.  
  680.               DC00:090C Version 3.10
  681.               DC00:1565 Copyright Adaptec, Inc. 1989 Version 3.08
  682.               DC00:091B Copyright 1988 Adaptec, Inc.
  683.               DC00:22E0 ** Compare Error on R/W FIFO Test
  684.               DC00:08F5 Adaptec AT/SCSI BIOS
  685.               DC00:0A9B SCSI BIOS not Installed !
  686.               DC00:093A All Rights Reserved
  687.  
  688.     ---------------- Video ROM BIOS        C000    32768 ------------------
  689.  
  690.               C000:0076 Copyright, 1988-89, ATI Technologies Inc.
  691.  
  692.  
  693.  
  694.  
  695. -- 
  696. Barry Sardis        | Home:   (408) 448-1589
  697. 1241 Laurie Avenue    | Office: (408) 448-7404
  698. San Jose, CA 95125    | Fax:    (408) 448-7404
  699. Email: bsardis@netcom.COM or 70105.1210@compuserve.COM
  700.