Re: [Freedos-user] IRQ 17 what?

2006-06-11 Thread cnemo
Arkady V.Belousov пишет: > > IRQ numbers above 15 are function of Advanced PIC (APIC), which isn't > supported in (old) DOS programs. And I don't know, how they implemented and > how hard they support (in DOS). Here is brief explanation: http://www.adriansrojakpot.com/Speed_Demonz/New_BIOS_

Re: [Freedos-user] ... Issue 849 => DOS driver for controller-less modem?

2006-06-11 Thread Serghiy M. FEDORYNCHYK
10-Jun-2006 12:07 in <[EMAIL PROTECTED]> [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote to : >Message: 3 >Date: Sat, 10 Jun 2006 09:22:24 +0400 >From: "Arkady V.Belousov" <[EMAIL PROTECTED]> >Subject: Re: [Freedos-user] winmodems >To: freedos-user@lists.sourceforge.net >Message-ID: <[EMAIL PROTECTE

[Freedos-user] Another CauseWay question

2006-06-11 Thread Escorter
With the DOS4GW based programs, you need to include DOS4GW.EXE, the extenders main executable. But what do I need to include with my CauseWay based program? I found 4 CauseWay related executable in Open Watcom's binw directory: cwc.exe, cwdstub.exe, cwhelp.exe and cwstub.exe. Which is the extender'

Re: [Freedos-user] winmodems

2006-06-11 Thread Arkady V.Belousov
Hi! 10-Июн-2006 19:13 [EMAIL PROTECTED] (chris evans) wrote to freedos-user@lists.sourceforge.net: ce> So how much actual hardware is there left on a winmodem then? This depends on manufacturer - sometime more, sometime less. There even exists classification like "softmodem" and "winmodem"

Re: [Freedos-user] Another CauseWay question

2006-06-11 Thread Arkady V.Belousov
Hi! 11-Июн-2006 16:11 [EMAIL PROTECTED] (Escorter) wrote to freedos-user@lists.sourceforge.net: E> With the DOS4GW based programs, you need to include E> DOS4GW.EXE, the extenders main executable. But what do I E> need to include with my CauseWay based program? I found 4 You should bind CW

Re: [Freedos-user] SYS A: C:

2006-06-11 Thread Gerry Hickman
Hi Jeremy, You made me spot a fatal mistake in what I did! I was thinking my floppy drive was A: - but it wasn't. As I said in my post, I was booting FreeDOS from CD-ROM, but that means A: is the emulation session of the CD-ROM, _not_ the floppy (duh!), the floppy (containing MD-DOS 6.22) woul

[Freedos-user] Lua in DOS?

2006-06-11 Thread Escorter
Is it possible to use the Lua script system under DOS? I compiled the Lua lib succesfully as a DOS library with Open Watcom 1.2, but I didn't tested it yet. Is somebody aroud this mailing list who uses Lua for scripting in his/her DOS app? (p.s.: Sorry for my stupid DOS programming-related messa

Re: [Freedos-user] ... Issue 849 => DOS driver for controller-less modem?

2006-06-11 Thread Arkady V.Belousov
Hi! 11-Июн-2006 13:46 [EMAIL PROTECTED] (Serghiy M. FEDORYNCHYK) wrote to freedos-user@lists.sourceforge.net: SMF> There are so called "controller-less" hardware modems, both SMF> ISA and PCI, which are some intermediaries between "win" and SMF> "usual hardware modems". (I have, for example

Re: [Freedos-user] Lua in DOS?

2006-06-11 Thread Arkady V.Belousov
Hi! 12-Июн-2006 00:03 [EMAIL PROTECTED] (Escorter) wrote to freedos-user@lists.sourceforge.net: E> Is it possible to use the Lua script system under DOS? I Yes. You may recompile as DOS application, as DOS32 application, or stub WinAPI emulation (for example, by WDOSX) to WIN32 edition. E