Optimize CBM 8x96 memory map
fachat opened this issue · 2 comments
fachat commented
With an updated ROM build procedure, the system tasks could be completely moved into the second environment above $8000, instead of using space in the lower area (they could be made to only use zeropage, but data and bss could be moved up as well)
fachat commented
Implemented with 2.1.0
fachat commented
(Note: could potentially free more memory for system tasks, by putting the kernel into low 32k instead of twice in upper 32k.... but hey much better already)