1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-14 23:20:59 +00:00
serenity/ELFLoader
Andreas Kling 8f51f0e6b2 ELFLoader: Add program header support.
We don't do anything useful with the data yet, but I'm gonna rewrite
the layout code to run off of the program header table instead.
This will allow us to map .text and .rodata sections in read-only memory.
2018-11-03 10:13:07 +01:00
..
.gitignore Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
_test.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
elf.h Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
ELFImage.cpp ELFLoader: Add program header support. 2018-11-03 10:13:07 +01:00
ELFImage.h ELFLoader: Add program header support. 2018-11-03 10:13:07 +01:00
ELFLoader.cpp ELFLoader: Add program header support. 2018-11-03 10:13:07 +01:00
ELFLoader.h ELFLoader should fail with an error message for unresolved symbols. 2018-10-25 10:02:04 +02:00
ExecSpace.cpp Snazz up the kprintf() output a bit by giving it its own color. 2018-10-31 20:14:23 +01:00
ExecSpace.h Implement loading of linked ELF executables. 2018-10-27 14:56:52 +02:00
Makefile Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00
test.cpp Import all this stuff into a single repo called Serenity. 2018-10-10 11:53:07 +02:00