Mail Archives: djgpp/1999/06/22/06:18:18
>> Is anyone planning to port X and GNOME to DOS?
>
> We need a working port of X before we begin considering software that
> depends on X. Personally, I think it would be great if we had an X
> port.
I agree. I'm sceptical about the chances for porting a complete desktop
environment like Gnome, though, because these use a lot of different
server/client processes and consist of many small programs working
together. You'd have to implement almost all the hard parts of Unix
(at a bare minimum a good fork(), and some IPC routines), to get these
programs working.
I think a more realistic goal, at least to start with, would be to
treat each X app as a single DOS program and launch the X server
specifically to run it. If I remember right, that is how the djgpp
1.x port of X worked, and it would allow running lots of nice programs
like Gimp, Netscape, KWord...
No matter how it is done, though, this will not exactly be a trivial
porting effort :-)
Shawn Hargreaves.
- Raw text -