Investigate, design and implement a loader for binaries.
ELF seems like a reasonable option, though somewhat complex. Fortunately, a lot of unnecessary functionality could be skipped. The good thing is that ELF 68k is mostly supported by our toolchain.
Investigate, design and implement a loader for binaries.
ELF seems like a reasonable option, though somewhat complex. Fortunately, a lot of unnecessary functionality could be skipped. The good thing is that ELF 68k is mostly supported by our toolchain.