All of lore.kernel.org
 help / color / mirror / Atom feed
* App database
@ 2003-07-09 16:21 Ryan Underwood
  2003-07-10  6:34 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Ryan Underwood @ 2003-07-09 16:21 UTC (permalink / raw)
  To: linux-msdos


Hi,

I sort of hacked together an application compatibility database for
DOSEMU in PHP.  I ran out of motivation to finish it before presenting
it though.

http://www.icequake.net/dosemu

My question is, is this something the DOSEMU developers and users would
find useful?  The idea was to be able to file bugs against a particular
application under a particular DOSEMU version, and also to generate a
ranking of the topmost working applications to show how well DOSEMU
really does work.  DOSEMU developers would be able to
open/reassign/close bugs, regular users would be able to open/amend bugs
and provide success reports.

The difference between this and some huge bugzilla applciation is that
it doesn't need all the bells and whistles and that success reports are
most likely more important to users evaluating a DOSEMU solution,
than bugs.

If there is interest, I will finish it.  I might finish it anyway, but
interested people would help me finish it faster. :)

Thanks,
-- 
Ryan Underwood, <nemesis at icequake.net>, icq=10317253

^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: App database
@ 2003-07-10 17:20 Stas Sergeev
  0 siblings, 0 replies; 4+ messages in thread
From: Stas Sergeev @ 2003-07-10 17:20 UTC (permalink / raw)
  To: linux-msdos

Hello.

Ryan Underwood wrote:
> The idea was to be able to file bugs against a particular
>  application under a particular DOSEMU version
I think that can be helpfull. But as the
bottleneck of a dosemu development process is
unfortunately elsewhere, I wouldn't assign the
prio to that your project higher than to your
adlib server:)

> It should function similarly to the WINE application compatibility database.
Just wondering, is/was that possible to reuse
their (or other) code rather than writing your
own?

> whether or not it works with any of the other emulators (FreeBSD doscmd,
> DosBox, Bochs, etc)
Actually testing against NT or 2000 dos box is
the most important. Bochs and doscmd are out of
comparision.

PS: I think there will be problems with your
adlib server as a separate process to mix the
sound with dosemu's SB digital output in real-time.
The adlib server must do a frequent small transferrs
together with taking care about keeping the OSS's
buffers partially filled to avoid underruns.
At the same time dosemu's DMA will write a
large blocks and very infrequently. When the
block from DMA arrives, there is already a data
from an adlib server in a real card's DMA buffers,
and there is no possibility to mix so lately
(unless the hardware permits).
So I beleive the DMA and Adlib sounds will always
interrupt each other, unless they are coordinated
and using an internal mixing (not per your design).
Is there a planned solution for that? Or is there
something in ALSA that can help with the real-time
mixing even under that hostile conditions? dmix?


^ permalink raw reply	[flat|nested] 4+ messages in thread
* Re: App database
@ 2003-07-10 19:15 Bernhard Bialas
  0 siblings, 0 replies; 4+ messages in thread
From: Bernhard Bialas @ 2003-07-10 19:15 UTC (permalink / raw)
  To: linux-msdos

Hello,
an application database would be great.
For mysel I have made a table which documents the compatibility of my dos 
programs. Regarding your database at http://www.icequake.net/dosemu, I miss a 
field for description of the fault or errormessage and also one for a 
download address. But it should be easy to extend.

I like to encourage you to finish this database.

Thanks
Bernhard Bialas


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-10 19:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-09 16:21 App database Ryan Underwood
2003-07-10  6:34 ` Paul Eggleton
2003-07-10 17:20 Stas Sergeev
2003-07-10 19:15 Bernhard Bialas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.