mirror of
https://github.com/RGBCube/serenity
synced 2026-01-14 16:41:00 +00:00
This took me a couple hours. :^) The ELF loading code now allocates a single region for the entire file and creates virtual memory mappings for the sections as needed. Very nice! |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| _test.cpp | ||
| elf.h | ||
| ELFImage.cpp | ||
| ELFImage.h | ||
| ELFLoader.cpp | ||
| ELFLoader.h | ||
| ExecSpace.cpp | ||
| ExecSpace.h | ||
| Makefile | ||
| test.cpp | ||