On Saturday, "Michael L. Dawley" <[EMAIL PROTECTED]> typed:

 ] Memory Summary:
 ] 
 ]   Type of Memory       Total   =    Used    +    Free
 ]   ----------------  ----------   ----------   ----------
 ]   Conventional         655,360       97,008      558,352
 ]   Upper                 93,040       76,272       16,768
 ]   Reserved             393,216      393,216            0
 ]   Extended (XMS)*   24,024,208    2,626,704   21,397,504
 ]   ----------------  ----------   ----------   ----------
 ]   Total memory      25,165,824    3,193,200   21,972,624
 ] 
 ]   Total under 1 MB     748,400      173,280      575,120

OK, I have a suggestion:

you can get more upper memory by enabling some more: (in config.sys)

device=c:\dos\emm386.exe noems i=b000-b7ff

This also turns EMS off (EMS takes 64KB of upper memory for its frame)

You can also run memmaker to make it think of more memory space for
you (Choose the agressive mode). I don't use MS-DOS that much any
more, but you'll get the idea. :)

IIRC you can enable more but I'm not sure exactly what; my laptop
reckons it needs X=D000-DFFF because of the PCMCIA card.

FWIW:

  Name           Total       =   Conventional   +   Upper Memory
  --------  ----------------   ----------------   ----------------
  MSDOS       18,877   (18K)     18,877   (18K)          0    (0K)
  HIMEM        1,168    (1K)      1,168    (1K)          0    (0K)
  EMM386       4,144    (4K)      4,144    (4K)          0    (0K)
  COMMAND      4,272    (4K)      4,272    (4K)          0    (0K)
  CTMOUSE      6,464    (6K)          0    (0K)      6,464    (6K)
  ANSI         4,208    (4K)          0    (0K)      4,208    (4K)
  POWER        4,640    (5K)          0    (0K)      4,640    (5K)
  IFSHLP       3,936    (4K)          0    (0K)      3,936    (4K)
  SMARTDRV    26,720   (26K)          0    (0K)     26,720   (26K)
  SHARE       16,944   (17K)          0    (0K)     16,944   (17K)
  DOSKEY       4,144    (4K)          0    (0K)      4,144    (4K)
  EPPPD       70,160   (69K)          0    (0K)     70,160   (69K)
  Free       680,672  (665K)    626,560  (612K)     54,112   (53K)

  Conventional         655,360       28,800      626,560
  Upper                191,328      137,216       54,112
  Reserved             393,216      393,216            0
  Extended (XMS)     2,954,400      746,656    2,207,744
  ----------------  ----------   ----------   ----------
  Total memory       4,194,304    1,305,888    2,888,416

  Total under 1 MB     846,688      166,016      680,672

  Largest executable program size        626,464   (612K)
  Largest free upper memory block         33,120    (32K)
  MS-DOS is resident in the high memory area.

As you can see the PCMCIA drivers aren't loaded, since I don't use
any cards (except the floppy drive, but that works without the
drivers if it is plugged in when the computer is turned on.

And here's my edited CONFIG.SYS and AUTOEXEC.BAT (since I use a
multiple-boot menu)

DEVICE=C:\DOS\HIMEM.SYS
DEVICE=C:\DOS\EMM386.EXE NOEMS I=B000-B7FF
DOS=UMB
lastdrive=f
FCBS=16,0
SHELL=C:\DOS\COMMAND.COM C:\DOS\ /E:1536 /p
STACKS=9,256
DOS=HIGH
DEVICEHIGH=C:\DOS\ANSI.SYS
DEVICEHIGH=C:\DOS\POWER.EXE
DEVICEhigh=C:\MS\WIN\IFSHLP.SYS

@echo off
PATH c:\1;C:\CPQDOS;c:\dos;c:\;c:\1\qb;c:\ziptools;c:\1\gds;c:\tpascal\bin;c:\1\np
SET PROMPT=$P$G
SET TEMP=C:\1\TEMP
SET SCSI_DRIVER = C:\ZIPTOOLS
SET SCSI_UTILITY = C:\ZIPTOOLS
break on
set path=c:\ms\win;%path%;c:\ms\trum
LH C:\DOS\SMARTDRV.EXE 512 256
LH C:\DOS\SHARE.EXE /l:500 /f:5100
LH C:\DOS\doskey
ctmousep
C:\CPQDOS\HIBRN8.EXE
IF NOT EXIST C:\CPQDOS\SAVEDONE.CPQ  CALL SAVEALL /A
\1\menu.bat

--
|   .~.   | From Hoody, now more mobile with a mobile phone
|   /V\   | http://hoody.virtualave.net uploaded!
|  // \\  | http://hoody.penguinpowered.com when I'm online
| /(   )\ | ICQ: five oh one seven five one seven oh
|  ^`~'^  | Carpe Aptenodytes!

Do not attempt to traverse a chasm in two leaps.

| C607EUW | "We apologise for the inconvenience"

Reply via email to