Re: [Freedos-devel] GW-BASIC random numbers

2020-10-31 Thread TK Chia
Hello Jim, hello Steve, I didn't know how to report a bug to the GW-BASIC folks, but TK Chia hangs out on this list, so I thought I'd mention it here. I do not think there is any official support for channel any more, either at Microsoft, or anywhere else. Microsoft also stated that "[t]he so

Re: [Freedos-devel] Smaller C

2020-10-31 Thread Paul Dufresne via Freedos-devel
I have just scan all the .exe from /v0100/bind/ directory (16 bits version) and /v0100/bindp/ directory (32 bits DPMI) and none were suspicious. Was also able to build test.exe with 32 bits DPMI version. I guess would be better to package 32 bits DPMI version because we have cwsdpmi by defa

Re: [Freedos-devel] GW-BASIC random numbers

2020-10-31 Thread Steve Nickolas
On Sat, 31 Oct 2020, Jim Hall wrote: I didn't know how to report a bug to the GW-BASIC folks, but TK Chia hangs out on this list, so I thought I'd mention it here. I noticed TK Chia released a new GW-BASIC the other day. I started playing around with it, just writing a few simple BASIC programs

[Freedos-devel] GW-BASIC random numbers

2020-10-31 Thread Jim Hall
I didn't know how to report a bug to the GW-BASIC folks, but TK Chia hangs out on this list, so I thought I'd mention it here. I noticed TK Chia released a new GW-BASIC the other day. I started playing around with it, just writing a few simple BASIC programs. I think I found a bug: RND(1) should

Re: [Freedos-devel] Smaller C

2020-10-31 Thread Steve Nickolas
On Sat, 31 Oct 2020, Paul Dufresne via Freedos-devel wrote: License seems BSD: https://github.com/alexfru/SmallerC/blob/master/license.txt Yep, that's the "FreeBSD/NetBSD" license. -uso. ___ Freedos-devel mailing list [email protected]

[Freedos-devel] Smaller C

2020-10-31 Thread Paul Dufresne via Freedos-devel
Well, after having a problem with IA-16 gcc (which seems to requires DJGPP gcc installed and working), I have search for an other free C compiler for FreeDOS. I have found Smaller C: https://github.com/alexfru/SmallerC/blob/master/v0100/doc/smlrc.md I note: Smaller C is not an optimizing comp

Re: [Freedos-devel] Dreidl game

2020-10-31 Thread Volkert via Freedos-devel
Aw, man. Now I have Kyle's Dreidl Song from that South Park holiday episode repeating in my head. 😅 Thanks for sharing this with the world. Can you double-check that link, though? It's giving me a 404. On Tue, Oct 27, 2020 at 11:16 PM Jim Hall wrote: > It's kind of early for Hanukkah, but a fr

Re: [Freedos-devel] 1.3-rc3: should give meaningfull error message on AHCI (SATA) only system

2020-10-31 Thread Volkert via Freedos-devel
Wouldn't that effort be better spent on actually adding AHCI support to UDVD2? One cool thing about AHCI is that it has considerably lower emulation overhead than legacy IDE. So that would be an additional argument in favor of adding full native AHCI support to FreeDOS. On Fri, Oct 30, 2020 at 4:

Re: [Freedos-devel] PCI BIOS

2020-10-31 Thread Volkert via Freedos-devel
On Sat, Oct 31, 2020 at 4:43 PM Eric Auer wrote: > > While you are creating that very promising VBE/AI AC97 > driver, do you have a list of games which support that > interface or which support miles / ail / digipak / midipak > replaceable sound drivers or docs about the driver format? > > Thank

Re: [Freedos-devel] PCI BIOS

2020-10-31 Thread Eric Auer
Hoi Volkert! While you are creating that very promising VBE/AI AC97 driver, do you have a list of games which support that interface or which support miles / ail / digipak / midipak replaceable sound drivers or docs about the driver format? Thank you :-) > https://github.com/volkertb/ich2playe

Re: [Freedos-devel] PCI BIOS

2020-10-31 Thread Volkert via Freedos-devel
On Fri, Oct 30, 2020 at 8:28 PM Eric Auer wrote: > > Also, you do not want to write a DOS driver for AC97 > or HDA sound, because sound drivers are not part of > DOS: They are part of the games and very few games > let you replace their sound drivers with your own. > Actually, there are actually

Re: [Freedos-devel] began to list problems I see with FD 1.3-rc3

2020-10-31 Thread Jerome Shidel
Hi Paul, Have you listed the issues you have found on the FreeDOS "feature requests” and “bug tracker” lists on SourceForge.net? https://sourceforge.net/p/freedos/feature-requests/ https://sourceforge.net/p/freedos/bugs/

Re: [Freedos-devel] Obsolete DJGPP in upcomming FreeDos 1.3

2020-10-31 Thread Jerome Shidel
> On Oct 31, 2020, at 2:38 AM, Rugxulo wrote: > > Hi, > > On Wed, Oct 28, 2020 at 7:56 PM Jerome Shidel wrote: >> >> Aren’t there nearly 100 DGJPP packages? Any others needed or should be added? >> >> Like I said, I don’t use DGJPP and am not very familiar with it. Someone who >> actually