banan-os/LibELF
Bananymous 8af390e0f6 Kernel: Big commit. Rewrite ELF loading code
We now load ELF files to VirtualRanges instead of using kmalloc.
We have only a fixed 1 MiB kmalloc for big allocations and this
allows loading files even when they don't fit in there.

This caused me to rewrite the whole ELF loading process since the
loaded ELF is not in memory mapped by every process.

Virtual ranges allow you to zero out the memory and to copy into
them from arbitary byte buffers.
2023-06-09 00:37:43 +03:00
..
LibELF Kernel: Big commit. Rewrite ELF loading code 2023-06-09 00:37:43 +03:00
include/LibELF Kernel: Big commit. Rewrite ELF loading code 2023-06-09 00:37:43 +03:00
CMakeLists.txt LibELF: Start implementing elf library 2023-04-18 10:18:15 +03:00