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

Insufficient free memory #14

Open
jeroldangarcia opened this issue Oct 31, 2022 · 1 comment
Open

Insufficient free memory #14

jeroldangarcia opened this issue Oct 31, 2022 · 1 comment

Comments

@jeroldangarcia
Copy link

Trying to run konpass on:

  • Phillips NMS 8250
  • SUNRISE ATA IDE MSXDOS2 2.20:

I get the following error :

KONPASS.CFG not found, will use default config

Memory Management: DOS2 Mapper support
Locating ROM/RAM: done, found 8 segments (128kb RAM)

Memory allocation limited to 3584 segments (57344KB RAM)
Searching free memory: Insufficiient free memory !

Any idea ?
Congrats for your incredible work....

@turbor
Copy link

turbor commented Oct 31, 2022

A standard NMS8250 only has 128 kB of RAM ( 8 mapper pages of 16kB ) , then the MSXDOS2 also takes away a few of those precious pages...

The original Compass stated that a minimum mapper size of 256 kB was needed.
IIRC It is possible to load Compass in a 128KB machine if you boot from a DOS1 disk, but that leaves little memory for your source code (making it almost unusable).

So practically you should get an extra external memory mapper for that machine, or run compass/konpass in an emulator.

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

No branches or pull requests

2 participants