redrice / redriceOS

Redrice Research Operating System (hopefully, at some point in future).
GNU General Public License v3.0
2 stars 1 forks source link

Executables loader #5

Open rkujawa opened 7 years ago

rkujawa commented 7 years ago

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.