jbrandwood / liberis

MIT License
7 stars 2 forks source link

Add examples for loading data and secondary programs from disc #24

Open dshadoff opened 1 month ago

dshadoff commented 1 month ago

This will almost certainly require revisions to the crt0.S startup program stub for chain-loading programs, and to the link script for defining protected areas of memory for preserving/passing data from program to program (note that crt0.S clears most regions, so this may need adjustment too).