On Apr 15, 2016, at 12:20 PM, Mark Cave-Ayland wrote:
On 15/04/16 17:05, Programmingkid wrote:
Can you demonstrate how the patch breaks down the OS 9 loader into sections terminated by LF so we can see the individual chunks that are passed to "interpret". With this it is possible to get a good understanding as to how the patch works and determine how it will affect other OSs.
Why do you think the loader terminates sections by Line Feed? Did you mean New Line?
Simply extract the OS 9 bootloader and break it into individual sections terminated by either a CR/LF so we can see how bootinfo_load.c segments its calls into the Forth interpreter.
Ok. I think I can print every word to the serial console. I will try to make this into a patch.