Again new address: http://winedos.co.uk
I had to move from free hosting to paid hosting. It still has Web 1.0 style, so it will be easily accessible from legacy PCs. Also I have...
New site address: http://winedos.comli.com
Because of limitations of platform Wix, I decided to move to another free hosting 000webhost.com. My site is now located here:...
USER32.DLL news: descriptors == pointers
I decided to rewrite two graphic libraries: USER32.DLL and GDI32.DLL (first one is the beginning). I found one pleasant thing: HX-DOS...


End of DJGPP. Welcome HX.
This is shame on me, but I could not build Wine on DJGPP. I have just noticed that it has very strange way of loading PE. I don't know...


End of EMX. Goodnight, sweet prince.
Today, when I finished compiling NXLIB and Nano-X libraries with EMX, I tried to compile simple Hello World application, but at this...
Mmap() implementation
There is one function in POSIX, which is not implemented properly. Her name is mmap(). I had some idea about this implementation, but...
Nano-X, NXlib, MicroWindows library
There are one open-source implementation of X11 API for DOS. It is called "NXlib". But it was compiled on DJGPP, not on EMX. So I need to...


Port XLib to DOS, notes and intentions
As I mentioned in one of my previous posts, Wine needs working Xlib functions. Help with implementation is welcomed. Primary set of...
Wine compiled on DOS, download
I've mananged to make final executable - wine.exe (for shorting command I compiled w.exe). But it is not working due to stubbed Xlib....


Final linking and getting .exe file
I completed compiling of Wine, and now I started linking. As you may predict, it don't work lol. Many, many unresolved imports. In the...