On Sun, 22 Aug 2004, Oliver Sorge wrote: > i want to have 128MB of ram available for my DOS aplications. but when i > try to set -M 131072 at the command line, my application says it has got > just 19MB of memory. when i set $_xms or $_ems to 131072 in the > configuration file, my application says it has got just 19MB too. i > can't find any other thing to increase the amount of ram available to > DOS :(
-M is just for base memory (under 1 MB). When your application detects 19M of memory it may be DPMI (the default is 20M). Perhaps $_dpmi =�(131072) helps. Bart - To unsubscribe from this list: send the line "unsubscribe linux-msdos" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html
