Re: [Freedos-user] re: FreeDos a good choice for me?

2006-04-19 Thread Scott Mayo
I'd originally posted, asking if FreeDOS is right for my application. Since I've joined the list, I've had one or two people suggest other operating systems, and a bunch of people bickering of the ownership of some wretched piece of software. No one has stepped up and suggested that FreeDOS is

Re: [Freedos-user] re: FreeDos a good choice for me?

2006-04-19 Thread Schumacher, Gordon
a microkernel or an RTOS would better suit your needs. # Date: Wed, 19 Apr 2006 19:38:20 +0200 # From: Florian Xaver [EMAIL PROTECTED] # To: freedos-user@lists.sourceforge.net # Subject: Re: [Freedos-user] re: FreeDos a good choice for me? # # I also don't like that someone makes publicity for other operating

Re: [Freedos-user] re: FreeDos a good choice for me?

2006-04-15 Thread Blair Campbell
I tried compiling my code with Watcom. I got extremely strange behaviour - the compiler planted stack checking calls, and the stack checks were *convinced* I needed vast amounts of stack space to proceed with even the first function call out of main(). (I make very little use of the stack.)

Re: [Freedos-user] re: FreeDos a good choice for me?

2006-04-15 Thread Scott Mayo
I tried compiling my code with Watcom. I got extremely strange behaviour - the compiler planted stack checking calls, and the stack checks were *convinced* I needed vast amounts of stack space to proceed with even the first function call out of main(). (I make very little use of the