Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How to conserve conventional memory?

conserve conventional memory
0
Posted

How to conserve conventional memory?

0

Conventional Memory is the first 640k of your RAM. This is the space where you load drivers and the game executable. If you type MEM /C /P in DOS, it will display how much of each type of memory has free space, which programs may be loaded and how much memory each one is using. If too many programs or DOS settings are being used, the game may not have enough conventional memory to launch. If this is the case, you may need to be more economical in how the memory is spent. DOS requires 18k to load. If you load HIMEM.SYS, you should use the DOS=HIGH line. This will place the 18k of DOS into the HMA. EMM386 is a very useful memory manager for conserving conventional memory. EMM386 will create the Upper Memory Blocks. Some drivers can be loaded into the UMB rather than taking up space in conventional memory. For this to happen, you first need to have 2 lines in the config.sys that read: DEVICE=C:\WINDOWS\EMM386.EXE RAM 3072 I=B700-B7FF DOS=HIGH, UMB This line will create about 160k of free

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123