Re: [Freedos-devel] I want my 10K

2023-05-22 Thread jerome
Hi, 

> On May 22, 2023, at 7:03 AM, Rugxulo  wrote:
> 
> Hi,
> 
> On Mon, May 15, 2023 at 6:48 PM  wrote:
>> 
>> Let me show you a MEM print out from my Pentium Pro:
>> 
>>  NANSI3,536(3K)  0(0K)  3,536(3K)
>>  SHSURDRV   400(0K)  0(0K)400(0K)
>>  LBACACHE10,576   (10K)  0(0K) 10,576   (10K)
>>  CTMOUSE  3,104(3K)  0(0K)  3,104(3K)
> 
> NNANSI [sic] can unload, so if you switch to that, all of these can
> optionally be unloaded (if you put them last) to free up memory. Of
> course, SHSURDRV will also unload your whole XMS RAM disk, too.

Sure. But...

Even with loading and keeping all that stuff, the system still has 94K free 
upper memory and 84K of that is consecutive. 

Unloading those drivers would not free up the 11K of Low memory used by the 
Kernel. 
It would just free upper memory of which there is plenty.

The largest executable size is 628K. 
Nothing should every require over 600K of low memory to load. 

I would just like to see all ZEROs in the middle column.
It also wouldn’t hurt to get another 10K added to the largest EXE that can be 
loaded.

Actually, that MEM print out is outdated for that machine. Just to use up some 
more upper memory, it now loads CWSDMPI at boot. That brings free upper memory 
down to about 45K. But if upper memory gets too low or their are compatibility 
issues, I’ll stop loading it at boot. 

Side Note: At boot, the system transfers the main OS files over to RAM disk, 
reconfigures the environment accordingly and primarily runs from RAM. Much 
better performance. A lot less wear and tear on 25+ year old drives. Besides, 
it has got to do something with all that RAM under DOS. 

:-)

Jerome



___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel


Re: [Freedos-devel] I want my 10K

2023-05-22 Thread Rugxulo
Hi,

On Mon, May 15, 2023 at 6:48 PM  wrote:
>
> Let me show you a MEM print out from my Pentium Pro:
>
>   NANSI3,536(3K)  0(0K)  3,536(3K)
>   SHSURDRV   400(0K)  0(0K)400(0K)
>   LBACACHE10,576   (10K)  0(0K) 10,576   (10K)
>   CTMOUSE  3,104(3K)  0(0K)  3,104(3K)

NNANSI [sic] can unload, so if you switch to that, all of these can
optionally be unloaded (if you put them last) to free up memory. Of
course, SHSURDRV will also unload your whole XMS RAM disk, too.


___
Freedos-devel mailing list
Freedos-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-devel