Why would PB's IDE use different amounts of
conventional memory on two different computers?
Below is a comparison of the Dos MEM command
before and after loading PB5.3.
Computer ONE Pentium, Windows 98
At Dos prompt, nothing loaded, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 640K 72K 568K
Load PB, Dos Shell, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 640K 510K 130K
Size of IDE: 438K
Computer TWO Pentium III, Windows 98SE
At Dos prompt, nothing loaded, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 632K 36K 596K
Load PB, Dos Shell, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 632K 523K 109K
Size of IDE: 487K
Computer Two: 487K
Computer One: 438K
IDE Difference: 49K
Net Difference in free space: 21K
Oh yeah, computer One's Pb.exe, Pbc.exe, Pbconfig.pb, etc.
were transferred directly to computer Two via diskette.
There was not a new install on Two.
Why would second computer PB ide use 49kb of memory than the first?
Losing the net 21k for debug hurts!
Denny Moore
------------------
conventional memory on two different computers?
Below is a comparison of the Dos MEM command
before and after loading PB5.3.
Computer ONE Pentium, Windows 98
At Dos prompt, nothing loaded, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 640K 72K 568K
Load PB, Dos Shell, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 640K 510K 130K
Size of IDE: 438K
Computer TWO Pentium III, Windows 98SE
At Dos prompt, nothing loaded, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 632K 36K 596K
Load PB, Dos Shell, C:>Mem
Memory Type Total Used Free
---------------- -------- -------- --------
Conventional 632K 523K 109K
Size of IDE: 487K
Computer Two: 487K
Computer One: 438K
IDE Difference: 49K
Net Difference in free space: 21K
Oh yeah, computer One's Pb.exe, Pbc.exe, Pbconfig.pb, etc.
were transferred directly to computer Two via diskette.
There was not a new install on Two.
Why would second computer PB ide use 49kb of memory than the first?
Losing the net 21k for debug hurts!
Denny Moore
------------------
Comment