On Friday, April 19, 2019 at 12:26:52 PM UTC+2, pbetti wrote:
> Must be said that the loader operates in bank 0, so at some point there must be enough memory in the system to contain cpmldr + hldrbios + loaded cp/m image or the loader overwrites itself.
> The best solution could be to implement a loader the relocates itself in bank 1 and then load the system in bank 0 so using really all the available memory.
> Will see...
Another possibility would be to load the system to bank 1 (avoids having to copy the loader), and then use a BIOS that uses the opposite meaning (swaps) for banks 0 and 1.