On Sun, 04 Feb 2001 15:01:23 +0000, Flip ter Biecht wrote:
> Hello again,
> Just when I thought I was through with installing in real mode Dos 7.10,
> I came across the following mem/c output:
> Modules die geheugen onder 1 MB gebruiken:
> Naam Totaal Conventioneel Upper Memory
> -------- ---------------- ---------------- ----------------
> SYSTEM 46,448 (45K) 10,032 (10K) 36,416 (36K)
> HIMEM 1,168 (1K) 1,168 (1K) 0 (0K)
> EMM386 4,144 (4K) 4,144 (4K) 0 (0K)
> COMMAND 10,656 (10K) 10,656 (10K) 0 (0K)
> CPQVESA 7,200 (7K) 6,944 (7K) 256 (0K)
> DOSKEY 4,688 (5K) 4,688 (5K) 0 (0K)
> SMARTDRV 29,120 (28K) 29,120 (28K) 0 (0K)
> EPPPD 70,160 (69K) 70,160 (69K) 0 (0K)
> COMMAND 7,520 (7K) 5,952 (6K) 1,568 (2K)
> DRVSPACE 110,128 (108K) 0 (0K) 110,128 (108K)
> IFSHLP 2,864 (3K) 0 (0K) 2,864 (3K)
> SETVER 832 (1K) 0 (0K) 832 (1K)
> Beschikb 514,048 (502K) 512,112 (500K) 1,936 (2K)
> Samenvatting van geheugen:
> Geheugentype Totaal Gebruikt Vrij
> ---------------- ----------- ----------- -----------
> Conventioneel 655,360 143,248 512,112
> Upper 154,000 152,064 1,936
> Gereserveerd 393,216 393,216 0
> Extended (XMS) 32,351,856 2,377,328 29,974,528
> ---------------- ----------- ----------- -----------
> Totaal geheugen 33,554,432 3,065,856 30,488,576
> Totaal onder 1 M 809,360 295,312 514,048
> Maximumgrootte van uitvoerbaar programma 510,672 (499K)
> Maximumgrootte van beschikbaar upper memory-blok 1,568 (2K)
> MS-DOS is aanwezig in het HMA (hogere geheugen).
> And that's only after I cut out the mouse support :-(
> Stuff like ifshlp and setver get automatically loaded, and so is
> drvspace.
> So either a quite small mouse driver, a considerably smaller packet
> driver than epppd, or a really nice configuration hack for win95, would
> be *very* welcome here...
> Any hints or useful programs?
> Bart
No problem Bart.
1) get rid of drivespace if you can
(if you can not get rid of it, then insert the needed line(s) into
the config.sys listed below)
2) remove the attributes from and edit msdos.sys so that it reads as follows
(put the r,s and h attributes back on after editing)
---edited msdos.sys---
[Paths]
WinDir=C:\WINDOWS
WinBootDir=C:\WINDOWS
HostWinBootDrv=C
[Options]
logo=0
BootMulti=0
BootGUI=0
;
;The following lines are required for compatibility with other programs.
;Do not remove them (MSDOS.SYS needs to be >1024 bytes).
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxa
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxb
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxc
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxe
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxf
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxg
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxh
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxi
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxj
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxk
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxl
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxm
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxn
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxo
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxp
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxq
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxr
;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxs
Network=0
______________________________
3) use this config.sys
---
DEVICE=C:\WINDOWS\HIMEM.SYS
DOS=HIGH,UMB
rem Reverse the remarking on the next 2 lines for NOEMS/YESEMS
DEVICE=C:\WINDOWS\EMM386.EXE NOEMS I=B000-B7FF
rem DEVICE=C:\WINDOWS\EMM386.EXE I=B000-B7FF
FILESHIGH=50
BUFFERSHIGH=20
STACKSHIGH=0,0
FCBSHIGH=1
DEVICEHIGH=C:\WINDOWS\MOUSE.SYS
___
4) use this autoexec.bat
---
SET BLASTER=A220 I5 D1 T4
SET CTCM=C:\WINDOWS
AZTPNP /A:ON
@ECHO OFF
PROMPT $P$G
SET PATH=
PATH C:\WINDOWS;C:\WINDOWS\COMMAND;C:\
SET DIRCMD=/O
SET TEMP=C:\PBTOOLS\WINTEMP
SET WINPMT=[WINDOWS] $P$G
___
Here are the mem /c stats resulting from the above steps
--- mem /c ---
Modules using memory below 1 MB:
Name Total Conventional Upper Memory
-------- ---------------- ---------------- ----------------
SYSTEM 26,944 (26K) 10,592 (10K) 16,352 (16K)
HIMEM 1,168 (1K) 1,168 (1K) 0 (0K)
EMM386 4,320 (4K) 4,320 (4K) 0 (0K)
COMMAND 7,168 (7K) 0 (0K) 7,168 (7K)
MOUSE 17,296 (17K) 0 (0K) 17,296 (17K)
IFSHLP 2,864 (3K) 0 (0K) 2,864 (3K)
Free 757,632 (740K) 639,008 (624K) 118,624 (116K)
Memory Summary:
Type of Memory Total Used Free
---------------- ----------- ----------- -----------
Conventional 655,360 16,352 639,008
Upper 162,304 43,680 118,624
Reserved 393,216 393,216 0
Extended (XMS) 82,675,200 333,312 82,341,888
---------------- ----------- ----------- -----------
Total memory 83,886,080 786,560 83,099,520
Total under 1 MB 817,664 60,032 757,632
Largest executable program size 638,992 (624K)
Largest free upper memory block 94,544 (92K)
MS-DOS is resident in the high memory area.
______________
Is that good enough? ;-)
--
Glenn
(your friendly neighborhood compu-nerd)
http://arachne.cz/
http://www.delorie.com/listserv/mime/
http://freedos-32.sourceforge.net/