Форк ToaruOS
Go to file
2016-12-02 12:53:38 +09:00
.gitignore It's alive 2016-12-01 23:24:35 +09:00
demo.c Support loading static binaries from phdrs 2016-11-24 19:36:45 +09:00
demob.c It's alive 2016-12-01 23:24:35 +09:00
libdemo.c Fix bad symbol relocs; support constructors, poorly 2016-12-02 11:36:47 +09:00
link.ld init 2016-11-21 19:17:54 +09:00
linker.c Look up libraries in something resembling a search path 2016-12-02 12:53:38 +09:00
Makefile It's alive 2016-12-01 23:24:35 +09:00
README.md It's alive 2016-12-01 23:24:35 +09:00

ToaruOS ld.so

This is a (work-in-progress) dynamic ELF linker/loader for ToaruOS.

This is a mostly-working loader capable of at least loading basic binaries that depend on a shared libc. There are still some bugs to work out, and it is not capable of loading some more complicated binaries.