HXDOS:
http://www.japheth.de/HX.htmlIt allows (of course only some "simple") GUI apps to run.
QUOTE
Running GUI Applications
With the HXGUI extension it is possible to run simple GUI applications with HX in DOS. "Simple" in this context means applications which use just one window as user interface. Such apps usually are based on SDL, DirectDraw and/or OpenGl. To use HXGUI a VESA V2.0 BIOS with support for linear frame buffer access (LFB) is required.
The Win32 API Emulation is enhanced by HX GUI and consists of:
DINPUT.DLL: emulates DINPUT.DLL
DSOUND.DLL: emulates DSOUND.DLL
WINMM.DLL: emulates WINMM.DLL
DCIMAN32.DLL: emulates DCIMAN32.DLL
WSOCK32.DLL: emulates WSOCK32.DLL
Some more dlls are included just as dummies:
IPHLPAPI.DLL
MSACM32.DLL
SHELL32.DLL
YMMV.

jaclaz