home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.misc
- Path: sparky!uunet!wupost!csus.edu!netcom.com!bsardis
- From: bsardis@netcom.com (Barry Sardis)
- Subject: ** Challenge for Memory Management Guru **
- Message-ID: <1992Dec12.051854.20392@netcom.com>
- Organization: Netcom - Online Communication Services (408 241-9760 guest)
- Date: Sat, 12 Dec 1992 05:18:54 GMT
- Lines: 690
-
-
- I'm trying to find out if I need to buy a memory manager, or can some guru
- lead me through the darkness of Windows/DOS memory management?
-
- I suspect that I have too much stuff, ROM and drivers, to fit into the upper
- memory area. Will anything allow me to use memory above 1MB? I'm about
- to add another 4MB.
-
- If you recommend getting another memory manager, which one? QEMM386? What do
- you know of the Shareware product UMB_DRVR?
-
- Here's my saga - thanks in advance for any help:
-
-
- I started out with a "vanilla" low-end Windows machine - 386sx/20, 4MB RAM,
- 40MB hard disk. When Win 3.1 came along I was low on disk space to fit the
- upgrade so I decided to get a disk compression package - Addstor's Superstore
- 2.0. I compressed the whole 40MB hard disk.
-
- I then acquired a bunch of hardware - SCSI hard drive, WORM and CD-ROM in
- particular. To hook this up I got an Adaptec 1542B SCSI controller with the
- Corel drivers. I also got a laserprinter and a Mac SE. I bought a Farallon
- PhonetNET Card PC with LocalTalk so I can share files and the printer both via
- Appletalk.
-
- What I want to do is be able to access all of this stuff and run several DOS
- programs from Windows without having to constantly alter config.sys and
- autoexec.bat and reboot which I need to do to get enough conventional memory.
-
- Through trial and (lots of) error I was able to get everything working
- individually. Now I want to be able to load everything into high memory but
- have reached my limits of being able to comprehend all the arcane garbage
- surrounding this topic. I can't seem to face trying to read the various bits
- of information on the subject that I have, and trying to figure out how it all
- relates and interacts with each other.
-
- Below are my config.sys and autoexec.bat files. The first entry in config.sys
- is necessary to run my second hard drive which is SCSI. My first drive (c:) is
- IDE. I partioned the second into a d: and e:. ASPI4DOS is also required for
- the Corel driver support of the optical drives. The Adaptec documentation
- indicates that ASPI4DOS "should be the first line in the config.sys" and that
- memory managers should follow. There are some comments that the "driver can be
- loaded into high memory" but I don't see how if precedes the memory mangers.
-
- I put EmmExclude=c000-dfff into [386Enh] of system.ini. I don't remember where
- I got the information (it may have been done automatically by the Corel
- installation process). The Adaptec documentation indicates that its "AT BIOS
- Address" is DC000 (Hex).
-
- The Corel drivers only know about expanded memory (LIM 3.2 or 4.0). The /E or
- /EMS parameters on the CORELDRV device statements indicate to use EMS memory,
- but since emm386 isn't providing any, a message is produced during load that
- the driver was not loaded into expanded memory. If I use the RAM parameter on
- emm386 they will load into expanded memory but other things that load high
- don't, or worse things happen, so I'm stuck with the NOEMS parameter on
- emm386. The /I=E000-EFFF was given to me by Farallon in order to get some of
- its drivers to load into high memory. I'm not really sure what good emm386 is
- doing me since it is not emulating expanded memory.
-
- SSTORDRV.SYS is the Superstore device driver. I think that if I use the RAM
- parameter on emm386 is does not load high. I have compressed my c: and e:
- drives, while d: is not compressed. I use it for the Windows permanent swap
- file. The /HIDMA parameter is to load the DMA buffers into upper memory.
-
- After the config.sys and autoexec.bat listings I have included the output of a
- couple of mem /c runs and an MSD.EXE session.
-
- ******************************************************************************
- *****
-
- Here is my (normal) config.sys:
- ------------------------------
-
- rem Following for Adaptec drivers
- DEVICE=C:\ASPI4DOS.SYS /D
-
- DEVICE=C:\HIMEM.SYS
- DEVICE=C:\EMM386.EXE NOEMS /I=E000-EFFF
-
- rem Runs DOS in High Memory Area (HMA)
- DOS=HIGH, UMB
-
- rem Next two for Superstore - Is DEVSWAP really needed?
- DEVICEHIGH=\SSTORDRV.SYS /HIDMA
- rem DEVICE=\DEVSWAP.COM
-
- DEVICEHIGH=D:\DOS\SETVER.EXE
- rem Files at least 30 if running non-Win in Win
- FILES = 45
- BREAK=ON
- BUFFERS=31
- LASTDRIVE=J
- SHELL=D:\DOS\COMMAND.COM D:\DOS\ /E:1024 /P
- DEVICEHIGH=D:\DOS\ANSI.SYS
-
- rem Disabled per DOS 5.0 reco
- rem INSTALL=D:\DOS\FASTOPEN.EXE C:=(50,25)
-
- rem Used by Windows
- STACKS=9,256
-
- rem Corel Drivers
- rem WORM
- rem DEVICE=E:\CORELDRV\UNI_ASP.SYS /C:4 /EMS /ID:3 /VOL:1 /DOS4 /SS:2048 /@4:-
- 18
- rem CD-ROM - Need MSCDEX too (autoexec.bat)
- rem DEVICE=E:\CORELDRV\CUNI_ASP.SYS /E /ID:5 /N:1 /D:MSCD001
-
- ******************************************************************************
- *****
-
- Here is my (normal) autoexec.bat:
- ---------------------------------
-
- rem Don't seem to need when using ASPI4DOS
- rem C:\WINDOWS\SMARTDRV.EXE C- E-
-
- @ECHO OFF
- REM SET COMSPEC=D:\DOS\COMMAND.COM
- VERIFY OFF
- SET PATH=C:\ASW;D:\DOS;C:\VGAUTIL;C:\;C:\WINDOWS;C:\PRODIGY;C:\WINWORD;C:\FBW;
- C:\ADDSTOR;E:\CORELDRV;E:\PNTALK;E:\VS
-
- SET TEMP=D:\TEMP
-
- set FASTBACK=C:\FASTBACK
- set FBP_EXT=500
-
- PROMPT $P$G
-
- rem loadhigh d:\dos\mirror /tc /te
-
- loadhigh c:\windows\lmouse.com
- rem loadhigh d:\dos\doskey
- mode LPT1: retry=p
-
- rem Following bypasses Appletalk - rem it to enable
- rem goto skip_pntalk
-
- rem Initialize Appletalk file & print services
- rem Following is content of e:\pntalk\abothh
- echo off
- loadhigh E:\PNTALK\LSL
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\LTALKP /NAME=LTALK$
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\ATALK
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\ASP_WS
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\ASHARE
- if errorlevel 1 goto pntalk_err
- E:\PNTALK\MINSES
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\REDIR
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\PAP_WS
- if errorlevel 1 goto pntalk_err
- loadhigh E:\PNTALK\APRINT
- if errorlevel 1 goto pntalk_err
- E:\PNTALK\ANET AUTO
- if errorlevel 1 goto pntalk_err
- E:\PNTALK\ANET LOGON S(Mac SE) U(Barry Sardis) P(******)
- if errorlevel 1 goto pntalk_err
- E:\PNTALK\ANET ATTACH H:\\MAC_SE\!INTERNA.L_D\!TRANSFE.R
- if errorlevel 1 goto pntalk_err
- REM *** Memory usage for the above programs is approximately 136 K bytes.
- goto skip_pntalk
- :pntalk_err
- echo *** A fatal error has occurred while loading PhoneNET Talk. ***
- pause *PNTALK*
- :skip_pntalk
-
- rem Need for CD-ROM
- rem loadhigh E:\CORELDRV\MSCDEX /V /M:10 /D:MSCD001
-
- VER
- rem WIN
- rem C:\WINDOWS\SMARTDRV.EXE /c ; flush write cache
-
- ******************************************************************************
- *****
-
- Here is the (normal) output of mem /c (Win not running):
- --------------------------------------------------------
-
-
- Conventional Memory :
-
- Name Size in Decimal Size in Hex
- ------------- --------------------- -------------
- MSDOS 80496 ( 78.6K) 13A70
- ASPI4DOS 6656 ( 6.5K) 1A00
- HIMEM 1184 ( 1.2K) 4A0
- EMM386 3232 ( 3.2K) CA0
- COMMAND 3392 ( 3.3K) D40
- MODE 464 ( 0.5K) 1D0
- ATALK 23712 ( 23.2K) 5CA0
- ASHARE 27296 ( 26.7K) 6AA0
- MINSES 1216 ( 1.2K) 4C0
- REDIR 33824 ( 33.0K) 8420
- APRINT 20752 ( 20.3K) 5110
- FREE 64 ( 0.1K) 40
- FREE 224 ( 0.2K) E0
- FREE 452512 (441.9K) 6E7A0
-
- Total FREE : 452800 (442.2K)
-
- Upper Memory :
-
- Name Size in Decimal Size in Hex
- ------------- --------------------- -------------
- SYSTEM 183888 (179.6K) 2CE50
- SSTORDRV 55472 ( 54.2K) D8B0
- SETVER 416 ( 0.4K) 1A0
- ANSI 4192 ( 4.1K) 1060
- LMOUSE 16176 ( 15.8K) 3F30
- PAP_WS 6832 ( 6.7K) 1AB0
- LSL 20912 ( 20.4K) 51B0
- LTALKP 5088 ( 5.0K) 13E0
- ASP_WS 6512 ( 6.4K) 1970
- FREE 224 ( 0.2K) E0
- FREE 10752 ( 10.5K) 2A00
- FREE 16976 ( 16.6K) 4250
-
- Total FREE : 27952 ( 27.3K)
-
- Total bytes available to programs (Conventional+Upper) : 480752
- (469.5K)
- Largest executable program size : 452512
- (441.9K)
- Largest available upper memory block : 16976 (
- 16.6K)
-
- 3538944 bytes total contiguous extended memory
- 0 bytes available contiguous extended memory
- 3219456 bytes available XMS memory
- MS-DOS resident in High Memory Area
-
- ******************************************************************************
- *****
-
- Here is the output of mem /c when I enable the CD-ROM and WORM drivers:
- -----------------------------------------------------------------------
-
-
- Conventional Memory :
-
- Name Size in Decimal Size in Hex
- ------------- --------------------- -------------
- MSDOS 80496 ( 78.6K) 13A70
- ASPI4DOS 6656 ( 6.5K) 1A00
- HIMEM 1184 ( 1.2K) 4A0
- EMM386 3232 ( 3.2K) CA0
- UNI_ASP 53024 ( 51.8K) CF20
- CUNI_ASP 18752 ( 18.3K) 4940
- COMMAND 3392 ( 3.3K) D40
- MODE 464 ( 0.5K) 1D0
- ATALK 23712 ( 23.2K) 5CA0
- ASHARE 27296 ( 26.7K) 6AA0
- MINSES 1216 ( 1.2K) 4C0
- REDIR 33824 ( 33.0K) 8420
- APRINT 20752 ( 20.3K) 5110
- MSCDEX 36208 ( 35.4K) 8D70
- FREE 64 ( 0.1K) 40
- FREE 224 ( 0.2K) E0
- FREE 344480 (336.4K) 541A0
-
- Total FREE : 344768 (336.7K)
-
- Upper Memory :
-
- Name Size in Decimal Size in Hex
- ------------- --------------------- -------------
- SYSTEM 183888 (179.6K) 2CE50
- SSTORDRV 55472 ( 54.2K) D8B0
- SETVER 416 ( 0.4K) 1A0
- ANSI 4192 ( 4.1K) 1060
- LMOUSE 16176 ( 15.8K) 3F30
- PAP_WS 6832 ( 6.7K) 1AB0
- LSL 20912 ( 20.4K) 51B0
- LTALKP 5088 ( 5.0K) 13E0
- ASP_WS 6512 ( 6.4K) 1970
- FREE 224 ( 0.2K) E0
- FREE 10752 ( 10.5K) 2A00
- FREE 16976 ( 16.6K) 4250
-
- Total FREE : 27952 ( 27.3K)
-
- Total bytes available to programs (Conventional+Upper) : 372720
- (364.0K)
- Largest executable program size : 344480
- (336.4K)
- Largest available upper memory block : 16976 (
- 16.6K)
-
- 3538944 bytes total contiguous extended memory
- 0 bytes available contiguous extended memory
- 3219456 bytes available XMS memory
- MS-DOS resident in High Memory Area
-
- ******************************************************************************
- *****
-
-
- Here is a report produced by MSD.EXE with my normal configuration (without CD-
- ROM or WORM, but with ASPI4DOS, Superstore and the Farallon Appletalk, etc.
- drivers):
- ------------------------------------------------------------------------------
- -
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 1
- ========================================================================
-
- ------------------------ Customer Information -------------------------
-
- Name: Barry Sardis
-
- ------------------------ Summary Information --------------------------
-
- Computer: American Megatrend, 80386
- Memory: 640K, 3456K Ext, 3144K XMS
- Video: VGA, ATI
- Network: Unknown Network
- OS Version: MS-DOS Version 5.00
- Mouse: Serial Mouse 6.00
- Other Adapters:
- Disk Drives: A: B: C: D: E: H:
- LPT Ports: 2
- COM Ports: 2
-
- ------------------------------ Computer -------------------------------
-
- Computer Name: American Megatrends
- BIOS Manufacturer: American Megatrends
- BIOS Version:
- BIOS Category: IBM PC/AT
- BIOS ID Bytes: FC 01 00
- BIOS Date: 04/09/90
- Processor: 80386
- Math Coprocessor: None
- Keyboard: Enhanced
- Bus Type: ISA/AT/Classic Bus
- DMA Controller: Yes
- Cascaded IRQ2: Yes
- BIOS Data Segment: None
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 2
- ========================================================================
-
- ------------------------------- Memory --------------------------------
-
- Legend: Available " " RAM "##" ROM "RR" Possibly Available ".."
- EMS Page Frame "PP" Used UMBs "UU" Free UMBs "FF"
- 1024K FC00 RRRRRRRRRRRRRRRR FFFF Conventional Memory
- F800 RRRRRRRRRRRRRRRR FBFF Total: 640K
- F400 RRRRRRRRRRRRRRRR F7FF Available: 441K
- 960K F000 RRRRRRRRRRRRRRRR F3FF 452528 bytes
- EC00 FFFFFFFFFFFFFFFF EFFF
- E800 UUUUUUUUUUUUUUUF EBFF Extended Memory
- E400 UUUUUUUUUUUUUUUU E7FF Total: 3456K
- 896K E000 UUUUUUUUUUUUUUUU E3FF
- DC00 RRRRRRRRRRRRRRRR DFFF MS-DOS Upper Memory Blocks
- D800 UUUUUFFFFFFFFFFF DBFF Total UMBs: 140K
- D400 UUUUUUUUUUUUUUUU D7FF Total Free UMBs: 27K
- 832K D000 UUUUUUUUUUUUUUUU D3FF Largest Free Block: 16K
- CC00 UUUUUUUUUUUUUUUU CFFF
- C800 ###UUUUUUUUUUUUU CBFF XMS Information
- C400 RRRRRRRRRRRRRRRR C7FF XMS Version: 2.00
- 768K C000 RRRRRRRRRRRRRRRR C3FF Driver Version: 2.77
- BC00 ################ BFFF A20 Address Line: Enabled
- B800 ################ BBFF High Memory Area: In use
- B400 ................ B7FF Available: 3144K
- 704K B000 ................ B3FF Largest Free Block: 3144K
- AC00 ................ AFFF
- A800 ................ ABFF
- A400 ................ A7FF
- 640K A000 ................ A3FF
-
- ------------------------------- Video ---------------------------------
-
- Video Adapter Type: VGA
- Manufacturer: ATI
- Model:
- Display Type: VGA Color
- Video Mode: 3
- Number of Columns: 80
- Number of Rows: 25
- Video BIOS Version:
- Video BIOS Date:
- VESA Support Installed: No
- Secondary Adapter: None
-
- ------------------------------ Network --------------------------------
-
- Network Detected: Yes
- Network Name: Unknown Network
- MS-DOS Network Functions: Supported
- Computer Name:
- NetBIOS Present: No
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 3
- ========================================================================
-
- ----------------------------- OS Version ------------------------------
-
- Operating System: MS-DOS 5.00
- Internal Revision: 00
- OEM Serial Number: FFH
- User Serial Number: 000000H
- OEM Version String: MS-DOS Version 5.00
- DOS Located in: HMA
- Boot Drive: C:
- Path to Program: C:\WINDOWS\MSD.EXE
-
- Environment Strings
- ------------------------------------------------------------------------
- COMSPEC=D:\DOS\COMMAND.COM
- PATH=C:\ASW;D:\DOS;C:\VGAUTIL;C:\;C:\WINDOWS;C:\PRODIGY;C:\WINWORD;C:\FB
- ;C:\ADDSTOR;E:\CORELDRV;E:\PNTALK;E:\VS
- TEMP=D:\TEMP
- FASTBACK=C:\FASTBACK
- FBP_EXT=500
- PROMPT=$P$G
-
- ------------------------------- Mouse ---------------------------------
-
- Mouse Hardware: Serial Mouse
- Driver Manufacturer: Logitech
- DOS Driver Type: Serial Mouse
- Driver File Type: .COM File
- DOS Driver Version: 6.00
- Microsoft Driver Version: 6.26
- Mouse IRQ: 3
- Mouse COM Port: COM2:
- Mouse COM Port Address: 02F8H
- Number of Mouse Buttons: 2
- Horizontal Sensitivity: 50
- Mouse to Cursor Ratio: 1 : 1
- Vertical Sensitivity: 50
- Mouse to Cursor Ratio: 1 : 1
- Threshold Speed: 53
- Mouse Language: English
-
- --------------------------- Other Adapters ----------------------------
-
- Game Adapter: Not Detected
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 4
- ========================================================================
-
- ---------------------------- Disk Drives ------------------------------
-
- Drive Type Free Space Total Size
- ----- ------------------------------------ ---------- ----------
- A: Floppy Drive, 5.25" 1.2M
- 80 Cylinders, 2 Heads
- 512 Bytes/Sector, 15 Sectors/Track
- B: Floppy Drive, 3.5" 1.44M
- 80 Cylinders, 2 Heads
- 512 Bytes/Sector, 18 Sectors/Track
- C: Fixed Disk, CMOS Type 17 9M 79M
- 1862 Cylinders, 5 Heads
- 512 Bytes/Sector, 17 Sectors/Track
- CMOS Fixed Disk Parameters
- 977 Cylinders, 5 Heads
- 17 Sectors/Track
- D: Fixed Disk, CMOS Type 0 8M 19M
- 20 Cylinders, 64 Heads
- 512 Bytes/Sector, 32 Sectors/Track
- CMOS Fixed Disk Parameters
- 64128 Cylinders, 128 Heads
- 228 Sectors/Track
- E: Fixed Disk, CMOS Type 0 74M 159M
- 1862 Cylinders, 64 Heads
- 512 Bytes/Sector, 32 Sectors/Track
- CMOS Fixed Disk Parameters
- 64128 Cylinders, 128 Heads
- 228 Sectors/Track
- H: Remote Drive 9M 18M
- 1024 Bytes/Sector
- LASTDRIVE=J:
-
- ----------------------------- LPT Ports -------------------------------
-
- Port On Paper I/O Time
- Port Address Line Out Error Out Busy ACK
- ----- ------- ---- ----- ----- ---- ---- ---
- LPT1: 0378H Yes No No No No No
- LPT2: 0378H Yes No No No No No
- LPT3: - - - - - - -
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 5
- ========================================================================
-
- ----------------------------- COM Ports -------------------------------
-
- COM1: COM2: COM3: COM4:
- ----- ----- ----- -----
- Port Address 03F8H 02F8H N/A N/A
- Baud Rate 2400 1200
- Parity None None
- Data Bits 8 7
- Stop Bits 1 1
- Carrier Detect (CD) No No
- Ring Indicator (RI) No No
- Data Set Ready (DSR) Yes No
- Clear To Send (CTS) Yes No
- UART Chip Used 8250 8250
-
- ----------------------------- IRQ Status ------------------------------
-
- IRQ Address Description Detected Handled By
- --- --------- ---------------- ------------------ ----------------
- 0 E3E8:010E Timer Click Yes APRINT.COM
- 1 2C73:03A6 Keyboard Yes APRINT.COM
- 2 15A3:0057 Second 8259A Yes Default Handlers
- 3 E002:3CF7 COM2: COM4: COM2: Serial Mouse LMOUSE.COM
- 4 15A3:0087 COM1: COM3: COM1: Default Handlers
- 5 15A3:009F LPT2: Yes Default Handlers
- 6 15A3:00B7 Floppy Disk Yes Default Handlers
- 7 0070:06F4 LPT1: Yes System Area
- 8 15A3:0052 Real-Time Clock Yes Default Handlers
- 9 F000:EEC7 Redirected IRQ2 Yes BIOS
- 10 15A3:00CF (Reserved) Default Handlers
- 11 15A3:00E7 (Reserved) Default Handlers
- 12 15A3:00FF (Reserved) Default Handlers
- 13 F000:EED0 Math Coprocessor No BIOS
- 14 15A3:0117 Fixed Disk Yes Default Handlers
- 15 F000:FF53 (Reserved) BIOS
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 6
- ========================================================================
-
- ---------------------------- TSR Programs -----------------------------
-
- Program Name Address Size Command Line Parameters
- ------------------ ------- ------ --------------------------------
- System Data 0264 81824
- ASPI4DOS 0266 6656 SCSIMGR$
- HIMEM 0407 1184 XMSXXXX0
- EMM386 0452 3232 $MMXXXX0
- File Handles 051D 2368
- FCBS 05B2 256
- BUFFERS 05C3 64112
- Directories 156B 880
- Default Handlers 15A3 3008
- System Code 165F 64
- COMMAND.COM 1664 2368
- Free Memory 16F9 64
- COMMAND.COM 16FE 1024
- MSD.EXE 173F 224
- MSD.EXE 174E 464 .
- APRINT.COM 176C 23712
- APRINT.COM 1D37 27296
- MINSES 23E2 1216
- REDIR 242F 33824
- APRINT.COM 2C72 20752
- MSD.EXE 3184 316576
- MSD.EXE 7ECF 8192
- MSD.EXE 80D0 10032
- Free Memory 8344 544
- Free Memory 8367 117104
- Excluded UMB Area 9FFF 167488
- System Data C8E4 60128
- SSTORDRV C8E6 55472 $ADDSTOR
- SETVER D672 416 SETVERXX
- ANSI D68D 4192 CON
- LMOUSE.COM D793 224
- Free Memory D7A2 224
- APRINT.COM D7B1 6832
- Free Memory D95D 10752
- Excluded UMB Area DBFE 16416
- LMOUSE.COM E001 15952
- APRINT.COM E3E7 20912
- APRINT.COM E903 5088 /NAME=LTALK$
- APRINT.COM EA42 6512
- Free Memory EBDA 16976
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 7
- ========================================================================
-
- --------------------------- Device Drivers ----------------------------
-
- Device Filename Units Header Attributes
- ------------ -------- ----- --------- ----------------
- NUL 0123:0048 1............1..
- CON ANSI D68D:0000 11.......1.1..11
- SETVERXX SETVER D672:0000 1...............
- $ADDSTOR SSTORDRV C8E6:0000 1...............
- $MMXXXX0 EMM386 0452:0000 11..............
- XMSXXXX0 HIMEM 0407:0000 1.1.............
- SCSIMGR$ ASPI4DOS 0266:0000 11..............
- CON 0070:0023 1..........1..11
- AUX 0070:0035 1...............
- PRN 0070:0047 1.1.....11......
- CLOCK$ 0070:0059 1...........1...
- Block Device 5 0070:006B ....1...11....1.
- COM1 0070:007B 1...............
- LPT1 0070:008D 1.1.....11......
- LPT2 0070:009F 1.1.....11......
- LPT3 0070:00B8 1.1.....11......
- COM2 0070:00CA 1...............
- COM3 0070:00DC 1...............
- COM4 0070:00EE 1...............
-
-
-
-
- Microsoft Diagnostics version 2.00 12/11/92 7:22pm Page 8
- ========================================================================
-
- ---------------- ROM BIOS F000 65536 ------------------
-
- F000:72BB System Configuration (C) Copyright 1985-1990, American Megatre
- nds Inc.,
- F000:D54D CMOS SETUP (C) Copyright 1985-1990, American Megatrends Inc.,
- Date (mn/date/year):
- F000:000A o04/09/90ROM DIAGNOSTICS.(C)1987, American Megatrends Inc.All
- rights reserved.1346 Oakbrook Drive, Suite 120,Norcross, GA 30
- 093, Phone-(404)-263-8181.
- F000:1AD7 ppy Commu. Display Printer Memory CO-pr
- oc
- ROM DIAGNOSTICS, (C)1986, American Megatre
- nds Inc. Hard Disk Floppy KeyBoard Video
- F000:8000 XXXX88886666----0123AAAAMMMMIIII Date:-04/09/90 (C)1985-1990,
- American Megatrends Inc. All Rights Reserved. 1346 Oakbrook Dr
- ive, Suite-120, Norcross, GA-30093, USA.Phone-(404)-263-8181.
- F000:E0CA R(C)1985-1990, American Megatrends Inc.,All Rights Reserved.13
- 46 Oakbrook Drive, Suite-120, Norcross, GA-30093. Phone-(404)-
- 263-8181.
- F000:E2D0 0000000000a3ifgx(C)1990 American Megatrends Inc.386-BIOS (C)19
- 89 American Megatrends Inc
- F000:E00E IBM COMPATIBLE IBM IS A TRADEMARK OF INTERNATIONAL BUSINESS MA
- CHINES CORP.
- F000:73D2 ROM-BIOS Date :
- F000:7F00 386 BIOS, NO CHIPSET
- F000:D4CA ROM-BIOS CHECKSUM ERROR
- CHECK ROM (27256)?
- F000:DA76 If required, BIOS will use 256 bytes of RAM
- (1) : Using BIOS stack area at 0030:0000
- (2) : Reducing base memory size by 1KB
- F000:1ABA vices Present Harddisk Floppy Commu. Display Prin
- ter Memory CO-proc
- ROM DIAGNOSTI
- CS, (C)1986, American Megatrends Inc. Hard Disk F
- F000:FF59 (C)1990AMI,404-263-8181
-
- ---------------- Option ROM DC00 16384 ------------------
-
- DC00:090C Version 3.10
- DC00:1565 Copyright Adaptec, Inc. 1989 Version 3.08
- DC00:091B Copyright 1988 Adaptec, Inc.
- DC00:22E0 ** Compare Error on R/W FIFO Test
- DC00:08F5 Adaptec AT/SCSI BIOS
- DC00:0A9B SCSI BIOS not Installed !
- DC00:093A All Rights Reserved
-
- ---------------- Video ROM BIOS C000 32768 ------------------
-
- C000:0076 Copyright, 1988-89, ATI Technologies Inc.
-
-
-
-
- --
- Barry Sardis | Home: (408) 448-1589
- 1241 Laurie Avenue | Office: (408) 448-7404
- San Jose, CA 95125 | Fax: (408) 448-7404
- Email: bsardis@netcom.COM or 70105.1210@compuserve.COM
-