Date: Sun, 12 Apr 1998 11:51:50 +0300 (IDT) From: Eli Zaretskii To: Nate Eldredge cc: Ed Freeberg , djgpp AT delorie DOT com Subject: Re: protected mode In-Reply-To: <199804100141.SAA14823@adit.ap.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 9 Apr 1998, Nate Eldredge wrote: > Unfortunately, there's no `_farmemset'... grr. So what you have is fine. > [Suggestion: Could one be added? I'll write it :)] It is probably a good idea to add the whole slew of `_fmemXXX' and `_fstrXXX' functions, not only `_fmemset' (things like `_fmemcpy' and `_fstrlen', for example). It is not clear to me whether they should assume _dos_ds or allow a selector as well. Compatibility seems to suggest the former, but far pointers have an entirely different meaning in DJGPP, so I'm not sure compatibility applies here (it might even confuse people and cause bugs).