AO486 Core Disable EMM386/QEMM
-
- Top Contributor
- Posts: 468
- Joined: Sun May 24, 2020 7:17 pm
- Has thanked: 35 times
- Been thanked: 99 times
-
- Posts: 4
- Joined: Wed Oct 21, 2020 8:52 pm
- Has thanked: 1 time
- Been thanked: 1 time
Re: AO486 Core Disable EMM386/QEMM
I had to completely uninstall qemm.. my windows 3.11 stop working.
Re: AO486 Core Disable EMM386/QEMM
You can use a multi config config.sys so you can choose at boot time your configuration.
- Chris23235
- Top Contributor
- Posts: 983
- Joined: Sun May 24, 2020 8:45 pm
- Has thanked: 127 times
- Been thanked: 197 times
- xtcrefugee
- Posts: 19
- Joined: Wed Sep 09, 2020 3:57 pm
- Has thanked: 4 times
Re: AO486 Core Disable EMM386/QEMM
Instead of a multi-option config.sys or a floppy, it's also possible to just load EMM386 on demand when you need it if you use a device driver loader like Devload, available from https://www.ibiblio.org/pub/micro/pc-st ... vload.html
For example, I have the following in a batch file called ems.bat in my path along with devload:
Doing it this way avoids the performance hit of having EMM386 running unnecessarily, and won't delay your boot sequence with a menu. It doesn't even have a larger memory footprint this way, I still have 620 KB of conventional memory free even with EMM386, cd-rom and mouse drivers etc. loaded.
For example, I have the following in a batch file called ems.bat in my path along with devload:
Code: Select all
@DEVLOAD.COM /H C:\WINDOWS\EMM386.EXE X=CE00-CFFF I=B000-B7FF I=D000-EFFF NOTR
@C:\WINDOWS\EMM386.EXE