diff options
Diffstat (limited to 'common/elf.c')
| -rw-r--r-- | common/elf.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/elf.c b/common/elf.c index 9af4f08..e60b21f 100644 --- a/common/elf.c +++ b/common/elf.c @@ -1,3 +1,8 @@ +/** + * @file elf.c + * Handle elf executables, set up requested memory mappings etc. + */ + #include <apos/elf.h> #include <apos/vmem.h> #include <apos/bits.h> |
