Skip to content

Add bootloader, change ci to use custom cc65

Byron Lathi requested to merge bootloader into master

Basically the kernel can now be loaded from an SD card by a bootloader which is in the ROM.

We also add our own target to cc65 and use that version instead of the default one, which means we need to compile it before we can do anything else.

Merge request reports