Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Issue #21) Increase Supported Memory to 256MB #131

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

MisutaaAsriel
Copy link

@MisutaaAsriel MisutaaAsriel commented Jul 31, 2021

Satisfying #21, utilizing the help of code from DOSBOX-SVN, thanks to a helpful VOGONS post, these changes allow the expanded memory to be increased up to 256MB.

Tested on an iPad Air 4 running iOS 15.

iDOS, with memsize=128, reports 128MB of expanded memory, with BOOTed systems reporting identically 128MB of RAM.

iDOS, with memsize=256, reports 256MB of expanded memory, with BOOTed systems reporting a total of 248MB of RAM. (Note: Unsure of why the discrepancy here, but when set to a lower value, DOSBOX & BOOTed systems match.).

iDOS, with memsize=256, reports 255MB of expanded memory, with BOOTed systems reporting identically 255MB of RAM. Previous statement was erroneous, due to a misconfiguration of a system file. Behavior is similar to that of 64MB versions of iDOS, which will report a total of 63MB available when memsize is >= 64, and is to be expected.

Increase supported memsize to 256MB
Increase supported memsize to 256MB
@litchie
Copy link
Owner

litchie commented Aug 1, 2021

Thanks for your work. Will do some tests on it first. I think it may be useful for people running windows. However, I don't believe that we need to provide extra expand memory. Who are going to use it?

@MisutaaAsriel
Copy link
Author

It's useful when running multitasking operating systems, such as Windows, so there is some benefit to increasing the expanded memory. — For those using purely DOS software, however, there may be little benefit.

However, having the option to use greater than 64MB expanded memory seems harmless, even if it only serves a subset of users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants