[Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hello all, as I am trying to get a working serial port emulation under DOSEMU I would like to use the freedos version of mode.com . I need to remove the if clause that checks whether the serial port number is invalid (1 or 4) as I'd like to configure COM5. I found the code in mode.c and

[Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
Hello all, as I am trying to get a working serial port emulation under DOSEMU I would like to use the freedos version of mode.com . I need to remove the if clause that checks whether the serial port number is invalid (1 or 4) as I'd like to configure COM5. I found the code in mode.c and

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
: Montag, 16. Dezember 2013 19:06 An: Discussion and general questions about FreeDOS. Betreff: Re: [Freedos-user] Compile mode.com On Mon, Dec 16, 2013 at 12:22 PM, Hans-Christian Koch hc.k...@scheerkoch.de wrote: as I am trying to get a working serial port emulation under DOSEMU I would like

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Eric Auer
Hi! To compile FreeDOS MODE, you need the following: upx (in any of your PATH directories) nasm (same) tcc (Turbo C 2.01, search in the Borland museum / ask Rugxulo) make (also the old Borland version, I assume) In theory, it is also possible to compile mode with OpenWatcom C, using wcl

Re: [Freedos-user] Compile mode.com

2013-12-16 Thread Hans-Christian Koch
An: freedos-user@lists.sourceforge.net Betreff: Re: [Freedos-user] Compile mode.com Hi! To compile FreeDOS MODE, you need the following: upx (in any of your PATH directories) nasm (same) tcc (Turbo C 2.01, search in the Borland museum / ask Rugxulo) make (also the old Borland version, I assume) In theory