diff options
| author | Miguel <m.i@gmx.at> | 2018-09-11 00:33:28 +0200 |
|---|---|---|
| committer | Miguel <m.i@gmx.at> | 2018-09-11 00:33:28 +0200 |
| commit | 75f0977e41004511bd475ee75a24fd04db4ddc39 (patch) | |
| tree | f0062b01f1f57c31be007c2c01b580a2081e399b /fs/elf.h | |
| parent | a7ca82133bcb8139bb9d11aa717657ef42ab6cfe (diff) | |
little cleanup vmem, parse kernel section headers
Diffstat (limited to 'fs/elf.h')
| -rw-r--r-- | fs/elf.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1 +1,3 @@ +//https://docs.oracle.com/cd/E19455-01/806-3773/elf-2/index.html uint32_t load_elf(char *name, uint32_t *alloc); +void elf_multiboot_read(multiboot_information *info); |
