![]() |
2007-04-06
, 20:50
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#2
|
![]() |
2007-04-06
, 20:52
|
|
Posts: 2,853 |
Thanked: 968 times |
Joined on Nov 2005
|
#3
|
![]() |
2007-04-06
, 20:52
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#4
|
![]() |
2007-04-07
, 01:49
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#5
|
![]() |
2007-04-07
, 03:01
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#6
|
![]() |
2007-04-07
, 04:18
|
|
Posts: 1,107 |
Thanked: 720 times |
Joined on Mar 2007
@ Germany
|
#7
|
![]() |
2007-04-07
, 12:33
|
|
Posts: 3,220 |
Thanked: 326 times |
Joined on Oct 2005
@ "Almost there!" (Monte Christo, Count of)
|
#8
|
Wow! there use to be an incredibly useful window environment that ran in DOS on 8086/88 machines...
It was called GeoWorks or somesuch... I wonder if this could work.
![]() |
2007-04-07
, 14:18
|
|
Posts: 2,869 |
Thanked: 1,784 times |
Joined on Feb 2007
@ Po' Bo'. PA
|
#9
|
Yep. Geoworks Ensemble. Still have the box.
It was a very fast (even on an XT!), though incredibly closed environment: Nothing but the programs that came with it would run on it natively, although a later version came with a tweaked Quattro Pro that ran in its DOSbox.
That would actually be rather funny: Running Quattro Pro in a DOSbox in Geoworks Ensemble running in a DOSbox on a Linux Numpc.
Maybe DesqView would be a better option for a windowing environment in DOS, boxed or not.
GEOS was used in a low-end laptop from Brother Industries and in the Nokia Communicator (GEOS V3.0 in Nokia Communicator 9000 and 9110).
![]() |
2007-04-07
, 14:44
|
Posts: 62 |
Thanked: 1 time |
Joined on Dec 2005
|
#10
|
I noticed the configure set the FPU #define to 1, so i pulled that out
I also had to build libSDL_net, but i ended up pulling that out.
I'm running the most minimal dosbox.conf i can think of (all options disabled, no scaling, simple cpu emulation)
Comparing strace results, the only difference i've seen so far is that the scratchbox-armel environment calls old_mmap from libc and dosbox calls mmap2.
mmap2(NULL, 16781312, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x40555000
+++ killed by SIGKILL +++