diff options
Diffstat (limited to 'fs/elf.h')
| -rw-r--r-- | fs/elf.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ -//https://docs.oracle.com/cd/E19455-01/806-3773/elf-2/index.html +/** @file + * == elf == + * https://docs.oracle.com/cd/E19455-01/806-3773/elf-2/index.html + */ + +#include "multiboot.h" + uint32_t load_elf(char *name, uint32_t *alloc); void elf_multiboot_read(multiboot_information *info); |
