that's nice.
So VDS is required when EMS is served,
not when VCPI and/or UMBs are provided.

NOEMS and EMS settings use different blockdevice-names:
one more optimizing thing for me then:

@echo off
rem load UDMA from commandline using DEVLOAD program. /H = DEVICEHIGH behaviour.
rem try NOEMS first, it uses EMMQXXXX. EMS uses EMMXXXXX as blockdevice name.
if exist EMMQXXXX DEVLOAD /H UDMA.SYS
if not exist EMMQXXXX DEVLOAD UDMA.SYS
echo UDMA driver has been loaded on-the-fly loaded.

first time I can mention an improvement to Eric, if I use a commandline device loading
instead of DEVICEHIGH in config.sys :)

can Lucho, Michael or Tom confirm VDS is only needed when EMS is provided?

btw, is FRAME=NONE supported in EMM386.EXE rc2 ?



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Freedos-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to