ladybird/ELFLoader
Andreas Kling cd1e7419f0 Teach Process::exec() about the magic of file-backed VMO's.
This is really sweet! :^) The four instances of /bin/sh spawned at
startup now share their read-only text pages.

There are problems and limitations here, and plenty of room for
improvement. But it kinda works.
2018-11-08 21:20:09 +01:00
..
.gitignore 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 Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00
ELFImage.h Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00
ELFLoader.cpp Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00
ELFLoader.h Teach Process::exec() about the magic of file-backed VMO's. 2018-11-08 21:20:09 +01:00