public inbox for linux-msdos@vger.kernel.org
 help / color / mirror / Atom feed
* Re: pre-release 1.1.3.6 ...., dosemu-devel.
@ 2002-11-03 19:33 Stas Sergeev
  2002-11-03 20:02 ` Bart Oldeman
  0 siblings, 1 reply; 8+ messages in thread
From: Stas Sergeev @ 2002-11-03 19:33 UTC (permalink / raw)
  To: linux-msdos

Hello.

Bart Oldeman wrote:
>> I can see also this misterious dosemu-bugs
>> list which even I haven't seen, also made
>> itself public. 
>  No it's not public. You only see it if you are logged in.
Yes, now I see. So you have killed an idiocy
only partially:)

> submit-bug-report script in dosemu that sends to this address.
To be changed, I hope?

> So if you've never seen it, then you haven't looked at this part of
> DOSEMU :-)
NO! Yes, I haven't looked, but I knew the list
does exist, yet I haven't seen it. There was a
possibility neither to read nor to subscribe,
right?
That always puzzled me. I knew that it gets
carefully hidden from the most of the regular
developers (not the existant of the list, but
its *content*). That always made me think that
something goes totally wrong here. Probably
that was due to the high spam ratio, but this
is unlikely. Other than that, I see no sane
reasons, but there probably were an insane
ones:)
Very good to see that changing. I knew the
sane mind will prevail:)


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: pre-release 1.1.3.6 ...., dosemu-devel.
@ 2002-11-03 19:58 Stas Sergeev
  0 siblings, 0 replies; 8+ messages in thread
From: Stas Sergeev @ 2002-11-03 19:58 UTC (permalink / raw)
  To: linux-msdos

Hello.

Stas Sergeev wrote:
> does exist, yet I haven't seen it. There was a
> possibility neither to read nor to subscribe,
> right?
Well, at least that was a case for
dosemu.org times. For the SF times
now I am not sure have I tried to
enter the "Mailing Lists" when I was
logged in (but I think I did). So, if
it was also visible for the logged
people of dosemu, then the part of
that idiocy was already killed together
with dosemu.org. But I don't think
I can verify that now:)


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: pre-release 1.1.3.6 ...., dosemu-devel.
@ 2002-11-03 13:57 Stas Sergeev
  2002-11-03 15:50 ` Reinhard Karcher
  2002-11-03 17:09 ` Bart Oldeman
  0 siblings, 2 replies; 8+ messages in thread
From: Stas Sergeev @ 2002-11-03 13:57 UTC (permalink / raw)
  To: linux-msdos

[-- Attachment #1: Type: text/plain, Size: 1444 bytes --]

Hello.

Bart Oldeman wrote:
> This contains the reworked Sound Blaster Pro emulation code from Stas,
Finally! The down side is that this
makes my dosemu page useless:)
I would like you to also apply the
attached patch ASAP to have the thing
actually finished.
(why I want $_sb_mixer to be "" is
because people complained that dosemu
changes the volume for them, so I
implemented the software mixer emulation,
while /dev/mixer is also still supported.)

> compilation fixes for yacc/bison, old keyboard and mkbindist, and a few
> documentation updates.
Still have this during build:
---
flex -i lexer.l
"lexer.l", line 500: warning, rule cannot be matched
---

> The dosemu-devel mailing list (which was by invitation only so far) is 
> now open for everyone
> Go to
> http://lists.sourceforge.net/lists/listinfo/dosemu-devel
Going here:
http://sourceforge.net/mail/?group_id=49784
I can see also this misterious dosemu-bugs
list which even I haven't seen, also made
itself public.
It was always a bit of fun for me to know that
dosemu have some secret live, carefully hidden
even from its regular developers. At least it
seems to me that also Eric, Alberto and Reinhard
haven't ever seen that.
I appreciate you've finally killed that *paranoical
idiocy* (dosemu-devel is a different case here).
Seeing the spam rate of dosemu-bugs, I think you
can go even further and to terminate the list
entirely, but this doesn't matter too much of course.

[-- Attachment #2: sound_conf.diff --]
[-- Type: text/plain, Size: 601 bytes --]

--- etc/dosemu.conf	Sun Nov  3 16:26:03 2002
+++ etc/dosemu.conf	Sun Nov  3 16:51:02 2002
@@ -202,13 +202,14 @@
 $_vnet = (off)		# 'on' for packet-multi
 			# (used by dosnet, dsn0 overrides $_netdev)
 
-$_sound = (off)		# sound support on/off
+$_sound = (on)		# sound support on/off
 $_sb_base = (0x220)
 $_sb_irq = (5)
 $_sb_dma = (1)
 $_sb_dsp = "/dev/dsp"
-$_sb_mixer = "/dev/mixer"
+$_sb_mixer = ""
 $_mpu_base = "0x330"
+
 $_joy_device = ""       # 1st and 2nd joystick device 
                         # ("" if you don't want an emulated joystick)
 			# e.g. "/dev/js0" or "/dev/js0 /dev/js1" 

^ permalink raw reply	[flat|nested] 8+ messages in thread
* pre-release 1.1.3.6 ...., dosemu-devel.
@ 2002-11-03  5:10 Bart Oldeman
  0 siblings, 0 replies; 8+ messages in thread
From: Bart Oldeman @ 2002-11-03  5:10 UTC (permalink / raw)
  To: linux-msdos

is now available at http://dosemu.org/testing

This contains the reworked Sound Blaster Pro emulation code from Stas, the
compilation fixes for yacc/bison, old keyboard and mkbindist, and a few
documentation updates.

With the sound update being so large, all the rest will need to wait until
the next pre-release.

The dosemu-devel mailing list (which was by invitation only so far) is now
open for everyone (you must subscribe before you post though).
Go to
 http://lists.sourceforge.net/lists/listinfo/dosemu-devel
if you're interested in discussing DOSEMU development beyond just being a
user who occasionally complains about bugs :-)

Bart



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

end of thread, other threads:[~2002-11-03 20:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-03 19:33 pre-release 1.1.3.6 ...., dosemu-devel Stas Sergeev
2002-11-03 20:02 ` Bart Oldeman
  -- strict thread matches above, loose matches on Subject: below --
2002-11-03 19:58 Stas Sergeev
2002-11-03 13:57 Stas Sergeev
2002-11-03 15:50 ` Reinhard Karcher
2002-11-03 17:01   ` Bart Oldeman
2002-11-03 17:09 ` Bart Oldeman
2002-11-03  5:10 Bart Oldeman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox