Форк ToaruOS
Go to file
2016-11-29 21:30:15 +09:00
.gitignore init 2016-11-21 19:17:54 +09:00
demo.c Support loading static binaries from phdrs 2016-11-24 19:36:45 +09:00
libdemo.c init 2016-11-21 19:17:54 +09:00
link.ld init 2016-11-21 19:17:54 +09:00
linker.c Actually do a bunch of useful stuff 2016-11-29 21:30:15 +09:00
Makefile Actually do a bunch of useful stuff 2016-11-29 21:30:15 +09:00
README.md Update readme 2016-11-24 21:53:08 +09:00

ToaruOS ld.so

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

What is in this repository now is very early and completely non-functional. It includes a Makefile which is capable of building some demo ELF shared libraries and the skeleton binary that will eventually become the loader, but right now it can only load static binaries. Come back later!