barotto / IBMulator

The IBM PS/1 emulator.
https://barotto.github.io/IBMulator
GNU General Public License v3.0
112 stars 4 forks source link

Can't assign Extended memory above 512K #51

Closed kyousif87 closed 4 years ago

kyousif87 commented 4 years ago

Tried putting 2M, 4M, 6M, 8M and 16M in the ini file under [memory] section. IBM PS/2 doesn't recognize them and only uses the base 2M of RAM

barotto commented 4 years ago

I can't reproduce the problem. It works as expected for me.

Please check the syntax. The program is a bit picky, it must be in the expected form otherwise it wont work, eg.:

[memory]
expansion=2M

Check the log.txt file and see if there's any errors reported.

kyousif87 commented 4 years ago

My sincerest apologies.

So embarrassing, by mistake I didn't notice that it has to be M, not MB.

Thanks, keep up the great work! :)