Re: [Freedos-devel] How to discrimine various memory managers

2005-08-26 Thread Michael Devore
At 09:58 PM 8/26/2005 +0200, Ladislav Lacina wrote: Wow, it is very interresting! I don't have many experiences about ASM programming. How can I catch the opcode failing? And I can handle theese instructions myself? Even if it is not supported in the EMM386? Umm, if you are not experienced wit

Re: [Freedos-devel] How to discrimine various memory managers

2005-08-26 Thread Ladislav Lacina
d its version. Is there any function? Laaca - Original Message - From: "Michael Devore" <[EMAIL PROTECTED]> To: Sent: Friday, August 26, 2005 6:30 AM Subject: Re: [Freedos-devel] How to discrimine various memory managers > At 09:03 PM 8/25/2005 +0200, Ladislav Lacina

Re: [Freedos-devel] How to discrimine various memory managers

2005-08-25 Thread Michael Devore
At 09:03 PM 8/25/2005 +0200, Ladislav Lacina wrote: Is possible to detect whether my memory manager is FreeDOS EMM386 and not EMM386 from Microsoft? Any version of FD EMM386, or need it for just the latest release? Of course, if you get an old enough version, FD EMM386 is going to fail on R

[Freedos-devel] How to discrimine various memory managers

2005-08-25 Thread Ladislav Lacina
Hi! Is possible to detect whether my memory manager is FreeDOS EMM386 and not EMM386 from Microsoft? I need to find out whether I can call the WRMSR/RDMSR instructions or not. BTW: which other memory managers know them? (I think that f. e. QEMM knows) ---