summaryrefslogtreecommitdiff
path: root/AK/ELF
AgeCommit message (Expand)Author
2019-06-07ELF: Run clang-format on everything.Andreas Kling
2019-06-07Kernel: Rename LinearAddress => VirtualAddress.Andreas Kling
2019-05-30ELFLoader: Fix typo in segment naming.Andreas Kling
2019-05-30Kernel: Make the Process allocate_region* API's understand "int prot".Andreas Kling
2019-05-23Kernel/AK: Move ELF loader to AKRobin Burchell