fachat / GeckOS-V2

GeckOS version 2, a multi-tasking and multithreading operating system for the 6502
http://www.6502.org/users/andre/osa/index.html
GNU General Public License v2.0
233 stars 26 forks source link

Optimize CBM 8x96 memory map #69

Closed fachat closed 1 year ago

fachat commented 4 years ago

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 1 year ago

Implemented with 2.1.0

fachat commented 1 year ago

(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)