So I just published the code on GitHub: https://github.com/birdboat00/ozon
It uses PlatformIO.
The important code is starting at
https://github.com/birdboat00/ozon/blob/5d8cbaf6703952ae41c94bb5ccac7d663783348c/src/main.cpp#L67 (calling the...
Yes I will post code as soon as I have access to my computer again.
I will look at it.
I already removed the NOEXEC flag but I still get the Instruction Access Violation fault.
Hello,
I am currently in the process of writing a little "OS" for the Teensy 4.1.
I am trying to load ELF files at runtime and execute the code contained in the .text section of the elf.
As far as i can tell (without a debugger) all code is...