First post, by Yesterplay80
- Rank
- Oldbie
I wanted to play around a bit with installing Windows 9x on top of DOSBox ECE and tried to increase the maximum memory size to 256 MB. So far I only found this setting in src\hardware\memory.cpp:
#define MAX_MEMORY 256
This alone doesn't seem to suffice, though, trying it with any memsize > 64 MB DOSBox resets the memory to the 64 MB limit at startup.
128 is outside the allowed range 1-63 for variable: memsize.
It has been set to the closest boundary: 63.
Memory sizes above 31 MB are NOT recommended.
Stick with the default values unless you are absolutely certain.
Where else do I have to change something to increase the maximum available size?
My full-featured DOSBox SVN builds for Windows & Linux: Vanilla DOSBox and DOSBox ECE (Google Drive Mirror)