Hi,

tom ehlert escribió:

emm386  RAM=m-n range for UMBs + EMS
emm386  ROM=m-n range of RAM to be used to shadow ROM

as soon as someone finds out what that's supposed to do _exactly_



ASM> My guesses:
ASM> RAM
wrong guess

why? I mean, you don't know how to implement this... (see below)

ASM> My suspicion is ...
ASM> ROM, my guessing is (only a guessing), ...

e.g. Eric implemented it as 'RAM' = 'I=', and 'ROM=' = 'X=', and
wondered why I didn't accept it (because it's wrong)


As I said: as soon as someone finds out what that's supposed to do
_EXACTLY_, ...

Ok, EXACTLY:
=== ROM=mmm-nnn
So it seems I was right after all: not that it says much, but it's exactly what I described:
http://support.microsoft.com/default.aspx?scid=kb;en-us;98508
No bigdeal. Would have surprised me if it ran QBASIC NIBBLES and won't let you continue until you win the game. ;-)
=== RAM
EMM386.EXE NOEMS => UMBs
EMM386.EXE RAM => UMBs + PageFrame
default: RAM


ALMOST EXACTLY:
=== RAM=mmm-nnn
Explained here (not fully): http://support.microsoft.com/default.aspx?scid=kb;en-us;74212
There's a range of memory that is searched with the search algorythm proposed there. The range is fixed C000-DFFF, unless overriden (presumably) with the RAM= parameter.
You can also directly INCLUDE other areas with the I= forces to include these areas (with no need to be checked by the algorythm). The I= switch on EMM386.EXE has a higher order of precedence than the search algorithm.
And above that all, areas under the X= flag are unconditionally EXCLUDED.


some others like Win 3.11 compat
should probably be fixed before we call it FreeDOS 1.0 ...


There is probably a patent to prevent us of it anyway :(


ASM> I don't think so... Did it prevent DR-DOS from doing that anyway? I ASM> think it's just a question of misscompatibilities here or there...

There's a technote about Win 3.1 compatibility, and why this probably will
never happen, so I don't repeat it here.



then let me rephrase because I didn't explain myself well.
What I meant is: there are TECHNICAL (not LEGAL) problems by which we don't have it.
And by technical I mean noone set to do it (of course, there are older threads and technotes and that all).


Aitor



-------------------------------------------------------
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