Re: [Freedos-devel] Starting FreeDOS 1.3

2018-07-11 Thread Jerome Shidel
> On Jul 11, 2018, at 4:57 PM, thraex wrote: > > > > 10-07-2018 23:46 tarihinde Jerome Shidel yazdı: > >>> On Jul 10, 2018, at 3:06 PM, Jim Hall >> > wrote: >>> >>> Hi everyone >>> >>> I'd like to start work on FreeDOS 1.3! >>> >> More good games would nice. :-)

[Freedos-devel] Good BASIC interpreter?

2018-07-11 Thread David McMackins
As someone who would like to write code that can be easily understood by users of other 80s computer systems, I prefer to write my scripts in BASIC. I've been using Bywater BASIC from the FreeDOS distribution, and it's quite good up until you want to start considering the outside world. In my part

Re: [Freedos-devel] Starting FreeDOS 1.3

2018-07-11 Thread thraex
10-07-2018 23:46 tarihinde Jerome Shidel yazdı: >> On Jul 10, 2018, at 3:06 PM, Jim Hall > > wrote: >> >> Hi everyone >> >> I'd like to start work on FreeDOS 1.3! >> > More good games would nice. :-) Doom, Hexen, Heretic! :) > If anyone is interested in doing some tran

Re: [Freedos-devel] Watcom COM format directive

2018-07-11 Thread TK Chia
Hello Rugxulo, This is interesting --- thanks! For my part, I found that `wcl' with `-l=com' does indeed work on my machine. Apparently `wcl -l=com' will actually pass `system com' (instead of `format dos com') to `wlink'. I am not sure how `format dos com' works (if it is supposed to work

Re: [Freedos-devel] Watcom COM format directive

2018-07-11 Thread Tom Ehlert
> I'm trying to link a program as a COM executable, but when I add the > "format DOS COM" directive to the linker, it complains that libraries > aren't available (such as clibs.lib). It works fine and produces an EXE > if I leave out this directive. What's really happening? just don't use .COM f

Re: [Freedos-devel] Watcom COM format directive

2018-07-11 Thread Rugxulo
Hi, On Wed, Jul 11, 2018, 6:29 AM David McMackins wrote: > I'm trying to link a program as a COM executable, but when I add the > "format DOS COM" directive to the linker, it complains that libraries > aren't available (such as clibs.lib). It works fine and produces an EXE > if I leave out this

[Freedos-devel] Watcom COM format directive

2018-07-11 Thread David McMackins
I'm trying to link a program as a COM executable, but when I add the "format DOS COM" directive to the linker, it complains that libraries aren't available (such as clibs.lib). It works fine and produces an EXE if I leave out this directive. What's really happening? Happy Hacking, David E. McMack

Re: [Freedos-devel] 32-bit operating system

2018-07-11 Thread Paul Edwards
> as you don't have plans to execute MSDOS binaries, please I do have plans to one day run 16-bit MSDOS applications under the 32-bit operating system. But I have no idea how long that will take to happen. Meanwhile running 32-bit apps is ready to roll. Also note that I have a PDOS/86 which does i

[Freedos-devel] FDLOCAL

2018-07-11 Thread Ercan Ersoy
Hello, I created new project. My project is FDLOCAL. FDLOCAL is locale settings in a batch file for FreeDOS. It is useful for update language setting and keyboard setting. Project links: https://github.com/ercanersoy/FDLOCAL https://gitlab.com/ercanersoy/FDLOCAL Best regrads, Ercan -