diff options
| author | Miguel <m.i@gmx.at> | 2018-09-14 23:10:16 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-14 23:10:16 +0200 |
| commit | c4b20a0ebbde1348e1e085e2ea3be35345d92b7c (patch) | |
| tree | 611b68c1d288cace070152c628bb0e0e211bb500 /fs/elf.h | |
| parent | fdf6100721870780319bc7cc766a0bb5b4789965 (diff) | |
tuining userspace and files
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); |
