Static/global variables are allocated from the heap. Dynamic variables
(like the "b" array in your code) are pushed on the stack.

Either use compiler directives to increase stack space or make both arrays
static.

This is not a FreeDOS problem and should not have been posted to this list.

Bruce

-- Sent from my meager, humble desktop computer.
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
Freedos-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to