On Thu, 27 Jul 2000, dgi_il wrote:
> (I dont know if the windows version that DOSEMU is supposed to give is
> supposed to be the kernel version of X version)

Do you mean can the version of windows that DOSEMU can run, run under X
or the console ? If so, the answer is either (although X is probably
easier) so long as you have the right drivers [use the trident drivers
under X]

However, Win3.1 doesn't have LFN support.

> I need help knowing where in the sources can I find the int 21h and int 2Fh
> source. I will write the code my-self and maybe it will be added to the
> official DOSEMU distro.. :)
> If any one has another suggestion, fell free to give mail-me

Lets see:

find . -name '*.[ch]' -print | xargs egrep -li '0x2[1f]'

(Good way of finding things quickly in code)

http://www.dosemu.org/docs/DANG/0.99/DANG-14.html

(Some information on the MFS system. Probably not enough. Please feel
free to add more to the source code ... 8-)

Beware of patents -- I belive MS may have a patent which prevents you
doing this. 

Alistair

Reply via email to